| Matrix3FMultiply Method (Matrix3F, Vector3F, Vector3F) | 
 
            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
Syntaxpublic static void Multiply(
	ref Matrix3F m,
	ref Vector3F v,
	out Vector3F result
)
Parameters
- m
- Type: NeoAxisMatrix3F
 The matrix to multiply.
- v
- Type: NeoAxisVector3F
 The vector by which to multiply.
- result
- Type: NeoAxisVector3F
 When the method completes, contains the result of the multiplication.
 See Also
See Also