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