Copy |
Creates a copy of this Line2d object. The result is entirely independent and can be edited without affecting the original Line2d object. |
DistanceTo |
Method that returns the distance to the specified point. |
GetLineData |
Get the data defining this line. |
IntersectWithCurve |
Method that returns Point2d objects that represent the points at the intersection of the Line2d/LineSegment2d and the input curve. Returns Nothing if the curves overlap or are parallel. |
PutLineData |
Method that sets the data defining this line. |