You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rigid-transform.md 282B

RigidTransform

A RigidTransform represents a rotation and a translation in 3D space.

Properties

matrix

transform.matrix: SpeedyMatrix, read-only

A 4x4 matrix encoding the transform.

inverse

transform.inverse: RigidTransform, read-only

The inverse transform.