module Z80Lib3D::Primitives
Z80Lib3D::Primitives¶ ↑
3D primitives for Z80 program data.
Constants
- SinCos
A
Z80::Utils::SinCostable entry struct.Consists of two
words:-
sin -
cos
where each
wordis 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, in the range: [-1.0, 1.0].-