BezierCurve.BezierCurve

BezierCurve constructor

Creates new Bezier curve geometric representation from geometry points and non-geometry properties

public BezierCurve(IDrawableProperties properties, Point3D[] pointList)
ParameterTypeDescription
propertiesIDrawablePropertiesNon-geometric properties
pointListPoint3D[]List of points defining curve end and control points (start, control 1, control 2, end)

See Also