class csBezier : public csCurve A specific curve implementation for Bezier curves
| | GetControlPoint (int i) Get a curve point. |
| | GetTextureCoord (int i) Get the texture coordinate of a curve point. |
| | Load (char* buf) Load a curve from disk. |
| | Tesselate (int res) Tesselate this curve. |
| | points [3][3] The control points of this curve. |
| | texture_coords [3][3] The texture coordinates of every control point. |
A specific curve implementation for Bezier curves
csVector2 texture_coords[3][3]
virtual csCurveTesselated* Tesselate(int res)
void Load(char* buf)
inline csVector3& GetControlPoint(int i)
inline csVector2& GetTextureCoord(int i)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de