Public Member Functions | Public Attributes | List of all members
ignition::math::RotationSplinePrivate Class Reference

#include <RotationSplinePrivate.hh>

Public Member Functions

 RotationSplinePrivate ()
 Constructor. More...
 

Public Attributes

bool autoCalc
 Automatic recalculation of tangents when control points are updated. More...
 
std::vector< Quaterniondpoints
 the control points More...
 
std::vector< Quaterniondtangents
 the tangents More...
 

Constructor & Destructor Documentation

§ RotationSplinePrivate()

ignition::math::RotationSplinePrivate::RotationSplinePrivate ( )

Constructor.

Member Data Documentation

§ autoCalc

bool ignition::math::RotationSplinePrivate::autoCalc

Automatic recalculation of tangents when control points are updated.

§ points

std::vector<Quaterniond> ignition::math::RotationSplinePrivate::points

the control points

§ tangents

std::vector<Quaterniond> ignition::math::RotationSplinePrivate::tangents

the tangents


The documentation for this class was generated from the following file: