Classes | |
| class | NURBSTests | 
| class | NURBSCurveWithContinuity< D > | 
Namespaces | |
| maxon | |
Enumerations | |
| enum class | NURBSCURVE_CONTINUITY {  OPEN , CLOSED , PERIODIC }  | 
Functions | |
| enum maxon::NURBSCURVE_CONTINUITY | MAXON_ENUM_LIST (NURBSCURVE_CONTINUITY) | 
| template<Int D> | |
| MAXON_IMPLEMENTATION_SIMPLE_REGISTER (NURBSCurveWithContinuity< D >) | |
Variables | |
| OPEN | |
| CLOSED | |
| PERIODIC | |
| OPEN | 
Open spline with No continuity between first and last point.
| CLOSED | 
Closed spline with position continuity (sharp cusp) between first and last point. Replaces any previous knot vector with a clamped uniform knot vector.
| PERIODIC | 
Closed spline with C2 continuity between first and last point. Replaces any previous knot vector with an unclamped uniform knot vector.