Matrix3Multiply(Matrix3, Vector3) Operator |
Multiplies a matrix by a given
Vector3 structure.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vector3 operator *(
Matrix3 m,
Vector3 v
)
Parameters
- m Matrix3
- The matrix to multiply.
- v Vector3
- The vector by which to multiply.
Return Value
Vector3The result of the multiplication.
See Also