Matrix4FMultiply(Matrix4F, RayF) 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 RayF operator *(
Matrix4F m,
RayF r
)
Parameters
- m Matrix4F
- The given matrix.
- r RayF
- The given ray.
Return Value
RayFThe translated ray.
See Also