Ray
 | 
| Name | Description | |
|---|---|---|
| Ray2d | Default constructor for the Ray2d class. Creates a default corresponding C++ object with no actual data stored. | |
| Ray2d(Point2d, Point2d) | Constructor for the Ray2d class. Creates a ray with the specified points. | |
| Ray2d(Point2d, Vector2d) | Constructor for the Ray2d class. Creates a ray with the specified point and vector. |