Start point of line segment.
Gets a value indicating whether or not this line is valid. Valid lines must have valid start and end points, and the points must not be equal.
Gets or sets the length of this line segment. Note that a negative length will invert the line segment without making the actual length negative. The line From point will remain fixed when a new Length is set.
End point of line segment.
Gets the tangent of the line segment. Note that tangent vectors are always unit vectors.
Transform to apply to this line.
true on success, false on failure.
Transform the line using a Transformation matrix.
Generated using TypeDoc
Gets the direction of this line segment. The length of the direction vector equals the length of the line segment.