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