cloneRigid Method

Return a copy of this Transform, modified so that its axes are rigid

  • The first axis direction named in axisOrder is preserved
  • The plane of the first and second directions is preserved, and its vector in the rigid matrix has positive dot product with the corresponding vector if the instance
  • The third named column is the cross product of the first and second.

cloneRigid(axisOrder: AxisOrder = AxisOrder.XYZ): Transform | undefined

Parameter Type Description
axisOrder AxisOrder  

Returns - Transform | undefined

Defined in

Last Updated: 13 June, 2024