operator * ( vector )
instance function
Multiply this Matrix by a Vector.
Arguments
Name | Type | Description |
---|---|---|
vector | Vector | Vector to multiply against |
Returns
Type | Description |
---|---|
Vector | Result of the multiplication |
instance function
Multiply this Matrix by a Vector.
Name | Type | Description |
---|---|---|
vector | Vector | Vector to multiply against |
Type | Description |
---|---|
Vector | Result of the multiplication |