Skip to navigation

Maths (Geometry): arctanLo

Name: arctanLo [Show more] Type: Variable Category: Maths (Geometry) Summary: Table for arctan values when calculating yaw angles (low byte)
Context: See this variable in context in the source code References: This variable is used as follows: * GetAngleFromCoords (Part 3 of 3) uses arctanLo
.arctanLo FOR I%, 0, 256 EQUB LO(INT(0.5 + 32 * ATN(I% / 256) * 256 / ATN(1))) NEXT