Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool IsBézierSelfIntersecting(PointD, PointD, PointD, PointD)

  • Declared in: RT.Geometry.GeomUt

Declaration

public static bool IsBézierSelfIntersecting(
    PointD start,
    PointD c1,
    PointD c2,
    PointD end
)

Summary

Determines whether a cubic Bézier curve intersects itself.

Parameters

PointDstart Start point of the Bézier curve.
PointDc1 First control point of the Bézier curve.
PointDc2 Second control point of the Bézier curve.
PointDend End point of the Bézier curve.