Public Methods | |
Line () | |
Line (Coord coord1, Coord coord2) | |
void | setCoords (const Coord *coords) |
void | getCoords (Coord *coords) |
The segment is identified by two 3D coordinates, in the model coordinate system.
|
Default constructor. Initializes the line from (0,0,0) to (0,0,0) |
|
Constructor. Initializes the 2 coordinates of the line segments
|
|
Set the 2 coordinates of the line segments.
|
|
Set the 2 coordinates of the line segments.
|