#include <gfx/linestrip.h>
Public Member Functions | |
void | lineJoin (bool doJoin) |
void | closeLoop (bool doClose) |
void | begin (Gfx::Canvas &c, double w) |
void | vertex (const geom::vec2< double > &pt) |
void | drawBezier4 (const geom::vec3< double > &p1, const geom::vec3< double > &p2, const geom::vec3< double > &p3, const geom::vec3< double > &p4, unsigned int subdivisions, unsigned int start=0) |
Generates a series of vertex() calls to render the bezier curve. | |
void | end () |
Definition at line 51 of file linestrip.h.