TCurveInfo
TCurveInfo<
C
> =TPathSegmentInfoCommon
<C
> &object
Defined in: src/util/path/typedefs.ts:11
Type declaration
Section titled “Type declaration”angleFinder()
Section titled “angleFinder()”angleFinder: (
pct
) =>number
Get the angle to a percent
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”number
iterator()
Section titled “iterator()”iterator: (
pct
) =>Point
Get the Point a certain percent distance along the curve
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”length
Section titled “length”length:
number
Total length of the curve
Type Parameters
Section titled “Type Parameters”C
extends string