Click or drag to resize

Matrix4Multiply(Matrix4, Ray, Ray) 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 Matrix4 m,
	ref Ray r,
	out Ray result
)

Parameters

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