Click or drag to resize

Matrix4ToMatrix4F Method

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Matrix4F ToMatrix4F()

Return Value

Type: Matrix4F
The matrix of Matrix4F format.
See Also