multiplyXY Method

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

multiplyXY(x: number, y: number, result?: Vector3d): Vector3d

Parameter Type Description
x number  
y number  
result Vector3d  

Defined in

Last Updated: 08 January, 2020