Package-level declarations
Freeform geometry utilities.
Types
Base implementation of curve in 2D space.
Base implementation of curve in 3D space.
Base implementation of curve in 3D space in rational form.
Bézier curve in 2D space, defined by given controlPoints.
Bézier curve in 3D space, defined by given controlPoints.
Bézier curve in 3D space in rational form, defined by given controlPoints.
B-spline curve in 2D space, defined by given controlPoints and knots.
B-spline curve in 3D space, defined by given controlPoints and knots.
B-spline curve in 3D space in rational form, defined by given controlPoints and knots.
Control vertex of 3D a surface.
Control vertex of a 3D surface in rational form.
Type of curve.
Triangulation of a surface.
Functions
Returns a new BezierCurve2 with given controlPoints.
Returns a new BezierCurve3 with given controlPoints.
Returns a new BezierCurve4 with given controlPoints.
Returns a new BSplineCurve2 with given controlPoints and knots.
Returns a new BSplineCurve3 with given controlPoints and knots.
Returns a new BSplineCurve2 with given controlPoints and knots.