LineSegmentd class
From Solid Graphics Wiki
| ||||||||||||
The LineSegmentd class specifies a line segment in 3D space using double precision.
Constructors
Default line segment class constructor does not initialize the line segment point coordinates to any value. This is on purpose for performance reasons. Other class constructors allow to initialize the line segment from two point coordinates.
Fields
| Field name | Type | Description |
| start | Pointd | Line segment's start point. |
| end | Pointd | 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
