Matrix4FMultiply Operator (RayF, Matrix4F) |
Translates the ray coordinates to the space defined by a matrix.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static RayF operator *(
RayF r,
Matrix4F m
)
Parameters
- r
- Type: NeoAxisRayF
The given ray. - m
- Type: NeoAxisMatrix4F
The given matrix.
Return Value
Type:
RayFThe translated ray.
See Also