OpenSceneGraph
Public Member Functions | Protected Attributes | Friends | List of all members
osgAnimation::TemplateCubicBezier< T > Class Template Reference
Collaboration diagram for osgAnimation::TemplateCubicBezier< T >:
Collaboration graph
[legend]

Public Member Functions

 TemplateCubicBezier (const T &p, const T &i, const T &o)
 
 TemplateCubicBezier (const T &p)
 
const TgetPosition () const
 
const TgetControlPointIn () const
 
const TgetControlPointOut () const
 
TgetPosition ()
 
TgetControlPointIn ()
 
TgetControlPointOut ()
 
void setPosition (const T &v)
 
void setControlPointIn (const T &v)
 
void setControlPointOut (const T &v)
 

Protected Attributes

T _position
 
T _controlPointIn
 
T _controlPointOut
 

Friends

std::ostream & operator<< (std::ostream &output, const TemplateCubicBezier< T > &tcb)
 
std::istream & operator>> (std::istream &input, TemplateCubicBezier< T > &tcb)
 

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