Click or drag to resize

Matrix4FMultiply(Matrix4F, RayF, RayF) Method

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

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

Parameters

m  Matrix4F
The given matrix.
r  RayF
The given ray.
result  RayF
When the method completes, contains the translated ray.
See Also