Private data for Spline class.
More...
#include <SplinePrivate.hh>
Private data for Spline class.
§ arcLength
double ignition::math::SplinePrivate::arcLength |
§ autoCalc
bool ignition::math::SplinePrivate::autoCalc |
when true, the tangents are recalculated when the control point change.
§ cumulativeArcLengths
std::vector<double> ignition::math::SplinePrivate::cumulativeArcLengths |
§ fixings
std::vector<bool> ignition::math::SplinePrivate::fixings |
fixings for control points.
§ points
std::vector<ControlPoint> ignition::math::SplinePrivate::points |
§ segments
§ tension
double ignition::math::SplinePrivate::tension |
tension of 0 = Catmull-Rom spline, otherwise a Cardinal spline.
The documentation for this class was generated from the following file: