![]() |
Public API Reference |
#include <bezier.h>
Inheritance diagram for iCurve:
Public Methods | |
virtual csCurve * | GetOriginalObject ()=0 |
Get the original curve (@UGLY). More... | |
virtual iObject * | QueryObject ()=0 |
Get the iObject for this curve. More... | |
virtual void | SetMaterial (iMaterialWrapper *mat)=0 |
Set the material wrapper. More... | |
virtual iMaterialWrapper * | GetMaterial ()=0 |
Get the material wrapper. More... | |
virtual void | SetControlPoint (int idx, int control_id)=0 |
Set a control point. More... | |
virtual int | GetVertexCount () const=0 |
Get the number of vertices. More... | |
virtual int | GetVertex (int idx) const=0 |
Get a vertex. More... | |
virtual void | SetVertex (int idx, int vt)=0 |
Set a vertex. More... |
Definition at line 37 of file bezier.h.
|
Get the material wrapper.
|
|
Get the original curve (@UGLY). @ |
|
Get a vertex.
|
|
Get the number of vertices.
|
|
Get the iObject for this curve.
|
|
Set a control point.
|
|
Set the material wrapper.
|
|
Set a vertex.
|