Interface BezierType

All Superinterfaces:
AbstractCurveSegmentType, BSplineType, EObject, Notifier
All Known Implementing Classes:
BezierTypeImpl

public interface BezierType extends BSplineType
A representation of the model object 'Bezier Type'. Bezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes. It is a special case of the B-Spline curve with two knots.
See Also: