Click or drag to resize

Matrix4FMultiply Method (Matrix4F, RayF, RayF)

Translates the ray coordinates to the space defined by a matrix.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void Multiply(
	ref Matrix4F m,
	ref RayF r,
	out RayF result
)

Parameters

m
Type: NeoAxisMatrix4F
The given matrix.
r
Type: NeoAxisRayF
The given ray.
result
Type: NeoAxisRayF
When the method completes, contains the translated ray.
See Also