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