Line
 | 
| Name | Description | |
|---|---|---|
| Line3d | Default constructor for the Line3d class. Constructs an infinite line coincident with the X-axis. | |
| Line3d(Point3d, Point3d) | Constructor for the Line3d class. Constructs a line between the specified points. | |
| Line3d(Point3d, Vector3d) | Constructor for the Line3d class. Constructs a line extending through a specified point to the provided direction. |