Click or drag to resize

Matrix4FMultiply Operator (Matrix4F, RayF)

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 RayF operator *(
	Matrix4F m,
	RayF r
)

Parameters

m
Type: NeoAxisMatrix4F
The given matrix.
r
Type: NeoAxisRayF
The given ray.

Return Value

Type: RayF
The translated ray.
See Also