Ignore:
Timestamp:
02/27/17 10:59:54 (6 years ago)
Author:
Bayard Gildas
Message:

Go!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/OneAxisRotation_impl.cpp

    r103 r144  
    7474  quat.ToEuler(euler);
    7575}
     76
     77int OneAxisRotation_impl::GetAxis() const {
     78  return rot_axe->CurrentIndex();
     79}
     80
     81float OneAxisRotation_impl::GetAngle() const {
     82  return rot_value->Value();
     83}
     84
Note: See TracChangeset for help on using the changeset viewer.