NGL  6.5
The NCCA Graphics Library
BezierCurve.h File Reference

basic BezierCurve using CoxDeBoor algorithm More...

#include "Types.h"
#include "Vec3.h"
#include <vector>
#include "VAOFactory.h"
#include "SimpleVAO.h"
+ Include dependency graph for BezierCurve.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ngl::BezierCurve
 Generic Bezier Curve Class allowing the user to generate basic curves using a number of different constriction methods, such as array of Vectors, array of numbers etc The class can automatically generate knot vectors as well or the user can specify their own. More...
 

Namespaces

 ngl
 implementation files for RibExport class
 

Detailed Description

basic BezierCurve using CoxDeBoor algorithm

Definition in file BezierCurve.h.