Home > @jsplumbtoolkit/browser-ui > locationAlongCurveFrom
locationAlongCurveFrom() function
finds the location that is 'distance' along the path from 'location'.
Signature:
export declare function locationAlongCurveFrom(curve: Curve, location: number, distance: number): number;
Parameters
Parameter | Type | Description |
---|---|---|
curve | Curve | |
location | number | |
distance | number |
Returns:
number