Click or drag to resize

Matrix4ToMatrix3 Method (Matrix3)

Converts the current instance of Matrix4 into the equivalent Matrix3 structure.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ToMatrix3(
	out Matrix3 result
)

Parameters

result
Type: NeoAxisMatrix3
When the method completes, contains the equivalent Matrix3 structure.
See Also