Functions
The following functions are available globally.
-
Solves a Bézier curve of arbitrary order using an implementation of De Casteljau’s algorithm.
Precondition
points.count > 1
.Declaration
Swift
@inlinable public func solveDeCasteljau<Point: BezierPointType>( _ points: [Point], factor: Double ) -> Point