diff options
Diffstat (limited to 'tksao/util/util.h')
-rw-r--r-- | tksao/util/util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tksao/util/util.h b/tksao/util/util.h index 4728f2d..5a9a1fa 100644 --- a/tksao/util/util.h +++ b/tksao/util/util.h @@ -88,18 +88,15 @@ extern char* toConstLower(const char*); extern char* toConstUpper(const char*); extern double zeroTWOPI(double); -extern double zero360(double); extern double m180To180(double); extern double degToRad(double); extern double radToDeg(double); extern Vector zeroTWOPI(const Vector&); -extern Vector zero360(const Vector&); extern Vector degToRad(const Vector&); extern Vector radToDeg(const Vector&); extern Vector3d zeroTWOPI(const Vector3d&); -extern Vector3d zero360(const Vector3d&); extern Vector3d degToRad(const Vector3d&); extern Vector3d radToDeg(const Vector3d&); |