| Matrix2Multiply Operator (Vector2, Matrix2) | 
 
            Multiplies a matrix by a given 
Vector2 structure.
            
 
    Namespace: 
   NeoAxis
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic static Vector2 operator *(
	Vector2 v,
	Matrix2 m
)
Parameters
- v
- Type: NeoAxisVector2
 The vector by which to multiply.
- m
- Type: NeoAxisMatrix2
 The matrix to multiply.
Return Value
Type: 
Vector2The result of the multiplication.
 See Also
See Also