#include <mod128.h>
Definition at line 29 of file mod128.h.
DIR128::DIR128 |
( |
inT16 |
value | ) |
|
|
inline |
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);
inT8 DIR128::get_dir |
( |
| ) |
const |
|
inline |
Definition at line 64 of file mod128.h.
69 result = dir + add.dir;
Definition at line 72 of file mod128.h.
74 *
this = dir + add.dir;
inT8 DIR128::operator- |
( |
const DIR128 & |
minus | ) |
const |
|
inline |
ICOORD DIR128::vector |
( |
| ) |
const |
The documentation for this class was generated from the following files: