Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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.