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