Matrix3Multiply Method (Matrix3, Vector3, Vector3) |
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 void Multiply(
ref Matrix3 m,
ref Vector3 v,
out Vector3 result
)
Parameters
- m
- Type: NeoAxisMatrix3
The matrix to multiply. - v
- Type: NeoAxisVector3
The vector by which to multiply. - result
- Type: NeoAxisVector3
When the method completes, contains the result of the multiplication.
See Also