NURBSCurve.h File Reference

Classes

class   NURBSCurve

Namespaces

  maxon

Enumerations

enum   NURBSCURVE_CONTINUITY {
   OPEN ,
   CLOSED ,
   PERIODIC
}

函数

enum maxon::NURBSCURVE_CONTINUITY   MAXON_ENUM_LIST (NURBSCURVE_CONTINUITY)

变量

  OPEN
  CLOSED
  PERIODIC

Variable Documentation

◆  OPEN

OPEN

Open spline with No continuity between first and last point.

◆  CLOSED

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

PERIODIC

Closed spline with C2 continuity between first and last point. Replaces any previous knot vector with an unclamped uniform knot vector.