diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-01-27 20:45:16 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-01-27 20:45:16 (GMT) |
commit | 52e575ab6fce2a7d56e6975ac68d9eb1b39b6e07 (patch) | |
tree | 1e74b01616c570093c9488971977c74b36297997 /tksao/util/util.h | |
parent | 64961df6408bc78c4194825c1a65c8aab360e0ab (diff) | |
download | blt-52e575ab6fce2a7d56e6975ac68d9eb1b39b6e07.zip blt-52e575ab6fce2a7d56e6975ac68d9eb1b39b6e07.tar.gz blt-52e575ab6fce2a7d56e6975ac68d9eb1b39b6e07.tar.bz2 |
redefine radToDeg
Diffstat (limited to 'tksao/util/util.h')
-rw-r--r-- | tksao/util/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/util/util.h b/tksao/util/util.h index 5af2ee4..90e5d2d 100644 --- a/tksao/util/util.h +++ b/tksao/util/util.h @@ -94,10 +94,12 @@ 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&); |