Classes |
|
class | NURBSCurve |
Namespaces |
|
maxon |
Enumerations |
|
enum |
NURBSCURVE_CONTINUITY
{
OPEN , CLOSED , PERIODIC } |
函数 |
|
enum maxon::NURBSCURVE_CONTINUITY | MAXON_ENUM_LIST (NURBSCURVE_CONTINUITY) |
变量 |
|
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.