Matrix4 Constructor (Matrix4F) |
Constructs a matrix with another specified matrix of
Matrix4F format.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public Matrix4(
Matrix4F source
)
Parameters
- source
- Type: NeoAxisMatrix4F
A specified matrix.
See Also