Representation of rays.
| direction | The direction of the ray. |
|---|---|
| origin | The origin point 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. |