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.cpp

    r15 r144  
    5656}
    5757
     58float OneAxisRotation::GetAngle() const {
     59  return pimpl_->GetAngle();
     60}
     61
     62int OneAxisRotation::GetAxis() const {
     63  return pimpl_->GetAxis();
     64}
     65
    5866} // end namespace core
    5967} // end namespace flair
Note: See TracChangeset for help on using the changeset viewer.