Matrix4Multiply Method (Matrix4, Vector4, Vector4) |
Multiplies a matrix by a given
Vector4 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 Matrix4 m,
ref Vector4 v,
out Vector4 result
)
Parameters
- m
- Type: NeoAxisMatrix4
The matrix to multiply. - v
- Type: NeoAxisVector4
The vector by which to multiply. - result
- Type: NeoAxisVector4
When the method completes, contains the result of the multiplication.
See Also