The direction vector of the ray in world coordinates.
The origin of the ray in world coordinates.
Returns a clone of the ray.
Returns the squared distance from the point to the ray
Transforms the ray with the given matrix.
The origin will be transformed as a point, and the direction as a vector.
Generated using TypeDoc
A 3d ray used, for example, for picking on the 3D model.