|
glVertex
5.5.2
|
container for linear interpolation of 2D bezier paths More...
#include <glvertex_bezier.h>
Inherits vector< lgl_BezierPath2D >.
Public Member Functions | |
| unsigned int | getMaxCurves () const |
| get the maximum number of curves in the multi-path | |
| vec2 | evaluate (double v, double w) const |
| evaluate the 2D bezier multi-path | |
| vec2 | gradient (double v, double w, int mode=0, double d=0.001) const |
| evaluate the gradient of the 2D bezier multi-path | |
| vec2 | normal (double v, double w, int mode=0, double d=0.001) const |
| compute the normal of the 2D bezier multi-path | |
| void | translate (vec2 v) |
| translate multi-path | |
| void | rotate (double angle) |
| rotate multi-path | |
| void | scale (vec2 s) |
| scale multi-path | |
container for linear interpolation of 2D bezier paths
1.8.17