Matrix4FMultiply Method (RayF, Matrix4F, RayF) |
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 void Multiply(
ref RayF r,
ref Matrix4F m,
out RayF result
)
Parameters
- r
- Type: NeoAxisRayF
The given ray. - m
- Type: NeoAxisMatrix4F
The given matrix. - result
- Type: NeoAxisRayF
When the method completes, contains the translated ray.
See Also