multiplyVector Method

Multiply matrix * vector, treating the vector is a column vector on the right.

[Axx Axy AxzAyx Ayy AyzAzx Azy Azz][UxUyUz]\matrixXY{A}\columnSubXYZ{U}

multiplyVector(vectorU: Readonly<WritableXYAndZ>, result?: Vector3d): Vector3d

@returns the vector result

Parameter Type Description
vectorU Readonly<WritableXYAndZ>  
result Vector3d  

Returns - Vector3d

the vector result

Defined in

Last Updated: 13 May, 2024