class Z80Lib3D::Primitives::Matrix
Z80Lib3D::Primitives::Matrix¶ ↑
An object representing a 3D transformation matrix 3x3.
Each Matrix element is a 16-bit fixed point, twos complement signed number with the integral part in its high 8 bits and the fractional part in its low 8 bits.
Matrix members:
-
xx:word -
xy:word -
xz:word -
yx:word -
yy:word -
yz:word -
zx:word -
zy:word -
zz:word