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