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