Curve(..)
An array of points derived from abstract class _Curve defined by a continuous function
def Curve
constructors: |
|
---|---|
returns: | the cubic BSpline curve with point1 and point2 as end points and point3 and point4 as control points |
site ref: |
class Bezier
constructors: |
|
---|---|
returns: | the Bezier curve with the list of points as control points, point order significant |
site ref: |
class PcCurve
constructors: |
|
---|---|
returns: | the cubic BSpline curve with point1 and point2 as end points and point3 and point4 as control points |
site ref: |