multiplyXYAndZInPlace Method

Transform the input 3d point in place (using Tp = M*p + o). Return as a new point or in the pre-allocated result (if result is given).

multiplyXYAndZInPlace(point: XYAndZ): void

Parameter Type Description
point XYAndZ  

Returns - void

Defined in

Last Updated: 04 June, 2026