Matrix3F(Vector3F, Vector3F, Vector3F) Constructor |
Constructs a matrix with the specified
Vector3F elements,
which are the corresponding rows of the matrix.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Matrix3F(
Vector3F x,
Vector3F y,
Vector3F z
)
Parameters
- x Vector3F
- The vector which is the first row.
- y Vector3F
- The vector which is the second row.
- z Vector3F
- The vector which is the third row.
See Also