City Based Parking and Routing System API Documentation

Util.CurveLength Method (PointF[])

Approximates the length of a curve using the default tension cDefaultCurveTension.

public static float CurveLength(
   PointF[] Curve
);

Parameters

Curve
The collection of points that represent the curve with control points.

Return Value

An approximation of the length of the specified curve.

See Also

Util Class | CBPRS.Infrastructure Namespace | Util.CurveLength Overload List