Click or drag to resize

Matrix4Multiply Method (Ray, Matrix4, 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
C#
public static void Multiply(
	ref Ray r,
	ref Matrix4 m,
	out Ray result
)

Parameters

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