|
Representation of rays.
A ray is an infinite line starting at origin and going in some direction.
origin |
The origin point of the ray. |
direction |
The direction of the ray. |
Ray |
Creates a ray starting at origin along direction. |
GetPoint |
Returns a point at distance units along the ray. |
ToString |
Returns a nicely formatted string for this ray. |