Skip to content

TCurveInfo

TCurveInfo<C> = TPathSegmentInfoCommon<C> & object

Defined in: src/util/path/typedefs.ts:11

angleFinder: (pct) => number

Get the angle to a percent

number

number

iterator: (pct) => Point

Get the Point a certain percent distance along the curve

number

Point

length: number

Total length of the curve

C extends string