Properties | |
| DzVec3 | end |
| DzVec3 | origin |
Constructors | |
| DzLine3 (DzLine3 vin) | |
| DzLine3 (DzVec3 origin, DzVec3 end) | |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Parameterized Constructor
| origin | The origin point of the line. | |
| end | The end point of the line. |
| DzLine3::DzLine3 | ( | DzLine3 | vin | ) |
Copy Constructor.
The line's ending point in 3D space.
The line's starting point in 3D space.