multiplyVector Method
Multiply the matrix * vector, i.e. the vector is a column vector on the right.
multiplyVector(vector: XYAndZ, result?: Vector3d): Vector3d
| Parameter | Type | Description |
|---|---|---|
| vector | XYAndZ | |
| result | Vector3d |
Returns - the vector result
Defined in
Last Updated: 08 January, 2020