SolidKit3D.LineSegment struct
From Solid Graphics Wiki
| ||||||||||
The LineSegment struct defines a line segment in 3D space as two float precision points. A line segment is a part of a line/ray that is bounded by two distinct end points, and contains every point on the line between its end points.
Constructors
The class constructor allow to initialize the line segment from two point coordinates.
Fields
| Field name | Type | Description |
| Start | Point | Line segment's start point. |
| End | Point | Line segment's end point. |
Methods
| Method name | Description |
| SwapPoints | Swaps line segment's start and end points. |
Operators
The class has no public operators.
See Also
SolidKit Library Documentation
