multiplyXYZ Method

Multiply the matrix * (x,y,z), i.e. the vector (x,y,z) is a column vector on the right.

multiplyXYZ(x: number, y: number, z: number, result?: Vector3d): Vector3d

Parameter Type Description
x number  
y number  
z number  
result Vector3d  

Returns - the vector result

Defined in

Last Updated: 08 January, 2020