Ogre Procedural
0.3.0 unstable
Procedural Geometry & Textures for Ogre3D
|
Template control point for KochanekBartels's splines. More...
#include <ProceduralSplines.h>
Public Member Functions | |
KochanekBartelsSplineControlPoint (const T &p, Ogre::Real t, Ogre::Real b, Ogre::Real c) | |
Constructor with arguments. More... | |
KochanekBartelsSplineControlPoint (const T &p) | |
Constructor with tension=bias=continuity=0. More... | |
Public Attributes | |
T | position |
Position of the control point. More... | |
Ogre::Real | tension |
Tension of the control point. More... | |
Ogre::Real | bias |
Bias of the control point. More... | |
Ogre::Real | continuity |
Continuity of the control point. More... | |
Template control point for KochanekBartels's splines.
Procedural::KochanekBartelsSplineControlPoint< T >::KochanekBartelsSplineControlPoint | ( | const T & | p, |
Ogre::Real | t, | ||
Ogre::Real | b, | ||
Ogre::Real | c | ||
) |
Constructor with arguments.
Procedural::KochanekBartelsSplineControlPoint< T >::KochanekBartelsSplineControlPoint | ( | const T & | p | ) |
Constructor with tension=bias=continuity=0.
Ogre::Real Procedural::KochanekBartelsSplineControlPoint< T >::bias |
Bias of the control point.
Referenced by Procedural::computeKochanekBartelsPoints().
Ogre::Real Procedural::KochanekBartelsSplineControlPoint< T >::continuity |
Continuity of the control point.
Referenced by Procedural::computeKochanekBartelsPoints().
T Procedural::KochanekBartelsSplineControlPoint< T >::position |
Position of the control point.
Referenced by Procedural::computeKochanekBartelsPoints().
Ogre::Real Procedural::KochanekBartelsSplineControlPoint< T >::tension |
Tension of the control point.
Referenced by Procedural::computeKochanekBartelsPoints().