Changeset 144 in flair-src for trunk/lib/FlairCore/src/OneAxisRotation.cpp
- Timestamp:
- Feb 27, 2017, 10:59:54 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/OneAxisRotation.cpp
r15 r144 56 56 } 57 57 58 float OneAxisRotation::GetAngle() const { 59 return pimpl_->GetAngle(); 60 } 61 62 int OneAxisRotation::GetAxis() const { 63 return pimpl_->GetAxis(); 64 } 65 58 66 } // end namespace core 59 67 } // end namespace flair
Note:
See TracChangeset
for help on using the changeset viewer.