Matrix4Multiply Method (Matrix4, Ray, Ray) |
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 Matrix4 m,
ref Ray r,
out Ray result
)
Parameters
- m
- Type: NeoAxisMatrix4
The given matrix. - r
- Type: NeoAxisRay
The given ray. - result
- Type: NeoAxisRay
When the method completes, contains the translated ray.
See Also