#include <mod128.h>
Definition at line 29 of file mod128.h.
◆ DIR128() [1/3]
◆ DIR128() [2/3]
DIR128::DIR128 |
( |
inT16 |
value | ) |
|
|
inline |
◆ DIR128() [3/3]
DIR128::DIR128 |
( |
const FCOORD |
fc | ) |
|
Definition at line 65 of file mod128.cpp.
68 int high, low, current;
80 current = (high + low) / 2;
81 if (
dirtab[current] * fc >= 0)
86 while (high - low > 1);
◆ get_dir()
inT8 DIR128::get_dir |
( |
| ) |
const |
|
inline |
◆ operator+()
Definition at line 64 of file mod128.h.
69 result = dir + add.dir;
◆ operator+=()
Definition at line 72 of file mod128.h.
74 *
this = dir + add.dir;
◆ operator-()
inT8 DIR128::operator- |
( |
const DIR128 & |
minus | ) |
const |
|
inline |
◆ operator=()
The documentation for this class was generated from the following files: