Changeset 144 in flair-src for trunk/lib/FlairCore/src/OneAxisRotation_impl.cpp
- Timestamp:
- 02/27/17 10:59:54 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/OneAxisRotation_impl.cpp
r103 r144 74 74 quat.ToEuler(euler); 75 75 } 76 77 int OneAxisRotation_impl::GetAxis() const { 78 return rot_axe->CurrentIndex(); 79 } 80 81 float OneAxisRotation_impl::GetAngle() const { 82 return rot_value->Value(); 83 } 84
Note:
See TracChangeset
for help on using the changeset viewer.