Matrix4Multiply(Ray, Matrix4) Operator |
Translates the ray coordinates to the space defined by a matrix.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Ray operator *(
Ray r,
Matrix4 m
)
Parameters
- r Ray
- The given ray.
- m Matrix4
- The given matrix.
Return Value
RayThe translated ray.
See Also