#include <flMath.h>
Public Attributes | |
| u64 | mtgLastUsed |
| The last tick in which this value was used. | |
| float | mtgIn |
| The input value. | |
| float | mtgOut |
| The cached answer. | |
Definition at line 30 of file flMath.h.
The last tick in which this value was used.
Definition at line 34 of file flMath.h.
Referenced by mathTrigCacheAddSin().
| float MathTrigCache::mtgIn |
| float MathTrigCache::mtgOut |
The cached answer.
Definition at line 42 of file flMath.h.
Referenced by mathTrigCacheAddSin(), and mathTrigCacheCheckSin().
1.5.1