選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

transform.md 267B

Transform

A Transform 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: Transform, read-only

The inverse transform.