create MethodStatic
Create a curve with given points.
- If input is
Point2d[]
, the points are promoted withz=0
andw=1
- If input is
Point3d[]
, the points are promoted with w=1`
create(data: Point3d[] | Point4d[] | Point2d[]): BezierCurve3dH | undefined
Parameter | Type | Description |
---|---|---|
data | Point3d[] | Point4d[] | Point2d[] |
Defined in
Last Updated: 08 January, 2020