Home > @jsplumb/connector-bezier > pointAlongCurveFrom
#
pointAlongCurveFrom() functionfinds the point that is 'distance' along the path from 'location'.
Signature:
export declare function pointAlongCurveFrom(curve: Curve, location: number, distance: number): PointXY;
#
ParametersParameter | Type | Description |
---|---|---|
curve | Curve | |
location | number | |
distance | number |
Returns:
PointXY