OSG
3.4.0
|
#include <CubicBezier.h>
Public Member Functions | |
TemplateCubicBezier () | |
TemplateCubicBezier (const T &p, const T &i, const T &o) | |
TemplateCubicBezier (const T &p) | |
const T & | getPosition () const |
const T & | getControlPointIn () const |
const T & | getControlPointOut () const |
T & | getPosition () |
T & | getControlPointIn () |
T & | getControlPointOut () |
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) |
Definition at line 26 of file CubicBezier.h.
|
inline |
Definition at line 29 of file CubicBezier.h.
|
inline |
Definition at line 31 of file CubicBezier.h.
|
inline |
Definition at line 36 of file CubicBezier.h.
|
inline |
Definition at line 41 of file CubicBezier.h.
|
inline |
Definition at line 45 of file CubicBezier.h.
|
inline |
Definition at line 42 of file CubicBezier.h.
|
inline |
Definition at line 46 of file CubicBezier.h.
|
inline |
Definition at line 40 of file CubicBezier.h.
|
inline |
Definition at line 44 of file CubicBezier.h.
|
inline |
Definition at line 49 of file CubicBezier.h.
|
inline |
Definition at line 50 of file CubicBezier.h.
|
inline |
Definition at line 48 of file CubicBezier.h.
|
friend |
Definition at line 53 of file CubicBezier.h.
|
friend |
Definition at line 61 of file CubicBezier.h.
|
protected |
Definition at line 68 of file CubicBezier.h.
|
protected |
Definition at line 68 of file CubicBezier.h.
|
protected |
Definition at line 68 of file CubicBezier.h.