|
Hermes2D
3.0
|
Represents one NURBS curve. More...
#include <curved.h>
Inheritance diagram for Hermes::Hermes2D::Nurbs:Public Member Functions | |
| Nurbs (const Nurbs *other) | |
Public Member Functions inherited from Hermes::Hermes2D::Curve | |
| Curve (CurvType type) | |
Public Attributes | |
| unsigned char | degree |
| curve degree (2=quadratic, etc.) | |
| unsigned char | np |
| number of control points | |
| double3 * | pt |
| control points and their weights | |
| unsigned char | nk |
| knot vector length | |
| double * | kv |
| knot vector | |
Public Attributes inherited from Hermes::Hermes2D::Curve | |
| CurvType | type |
Represents one NURBS curve.
The structure Nurbs defines one curved edge, or, more precisely, the control points and other data for one NURBS curve.
A good introduction to NURBS curves can be found here.