Matrix4ToMatrix4F Method (Matrix4F) |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void ToMatrix4F(
out Matrix4F result
)
Parameters
- result
- Type: NeoAxisMatrix4F
When the method completes, contains the matrix of Matrix4F format.
See Also