summaryrefslogtreecommitdiffstats
path: root/tksao/util/util.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-08-16 17:23:26 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-08-16 17:23:26 (GMT)
commit2557a11471ce1415d7984c82470343cd4c0ae2bf (patch)
tree4986c3b9224c0627894df74a0017d83f46eae8fd /tksao/util/util.h
parent33b8f9fd852477630addbf48a59d01849df5a096 (diff)
downloadblt-2557a11471ce1415d7984c82470343cd4c0ae2bf.zip
blt-2557a11471ce1415d7984c82470343cd4c0ae2bf.tar.gz
blt-2557a11471ce1415d7984c82470343cd4c0ae2bf.tar.bz2
simplify wcs code
Diffstat (limited to 'tksao/util/util.h')
-rw-r--r--tksao/util/util.h3
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&);