Click or drag to resize

Matrix3FToMatrix3 Method (Matrix3)

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

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

Parameters

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