Matrix2F(Matrix2F) Constructor |
Constructs a matrix with another specified
Matrix2F object.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Matrix2F(
Matrix2F m
)
Parameters
- m Matrix2F
- A specified matrix.
See Also