Ignore:
Timestamp:
07/04/17 09:38:26 (7 years ago)
Author:
Sanahuja Guillaume
Message:

changement post/pre rotation

File:
1 edited

Legend:

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

    r167 r187  
    3434template void OneAxisRotation::ComputeRotation(core::Vector3D<double> &) const;
    3535 
    36 OneAxisRotation::OneAxisRotation(const gui::LayoutPosition *position,
    37                                  string name)
     36OneAxisRotation::OneAxisRotation(const gui::LayoutPosition *position,string name,RotationType_t rotationType)
    3837    : gui::GroupBox(position, name) {
    39   pimpl_ = new OneAxisRotation_impl(this);
     38  pimpl_ = new OneAxisRotation_impl(this,(int)rotationType);
    4039}
    4140
Note: See TracChangeset for help on using the changeset viewer.