multiplyPoint Method

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

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

multiplyPoint(point: Point3d, result?: Point3d): Point3d

@returns the point result

Parameter Type Description
point Point3d  
result Point3d  

Returns - Point3d

the point result

Defined in

Last Updated: 16 April, 2024