Click or drag to resize

Matrix4FToMatrix4H Method

Converts the current instance of Matrix4F to the matrix of Matrix4H format.

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

Parameters

result
Type: NeoAxisMatrix4H
When the method completes, contains the matrix of Matrix4H format.
See Also