Skip to content

@ue-too/curve / index / getIntersectionsBetweenCurves

関数: getIntersectionsBetweenCurves()

getIntersectionsBetweenCurves(curve, curve2, deduplicationTolerance): object[]

定義: packages/curve/src/b-curve.ts:1969

Finds all intersection points between two Bezier curves.

パラメータ

curve

BCurve

curve2

BCurve

deduplicationTolerance

number = 0.01

戻り値

object[]