Changeset 147 in flair-src for trunk/lib/FlairCore/src/OneAxisRotation.cpp
- Timestamp:
- Feb 28, 2017, 12:45:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/OneAxisRotation.cpp
r144 r147 57 57 58 58 float OneAxisRotation::GetAngle() const { 59 return pimpl_->GetAngle();59 return Euler::ToRadian(pimpl_->GetAngle()); 60 60 } 61 61
Note:
See TracChangeset
for help on using the changeset viewer.