Bezier Class

Functionality and features for working with Bezier curves.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class Bezier
Inheritance
Object    Bezier

Constructors

BezierInitializes a new instance of the Bezier class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetCubicBoundingBox Return the bounding box area for the supplied cubic Bezier curve.
GetCubicCurvePoint Return the natural point along a cubic Bezier curve as indicated by t.
GetCubicCurvePointsEquidistant Return a collection of equidistantly spaced points along a cubic Bezier curve.
GetHashCode
(Inherited from Object)
GetLinearBoundingBox Return the bounding box area for the supplied linear Bezier curve, aka a straight line.
GetLinearCurvePoint Return the point along a linear Bezier curve, otherwise known as a straight line, as indicated by t.
GetLinearCurvePointsEquidistant Return a collection of equidistantly spaced points along a linear Bezier curve, which is identical to the set of points along a natural linear curve.
GetQuadraticBoundingBox Return the bounding box area for the supplied quadratic Bezier curve.
GetQuadraticCurvePoint Return the point along a cubic Bezier curve as indicated by t.
GetQuadraticCurvePointsEquidistant Return a collection of equidistantly spaced points along a quadratic Bezier curve.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also