City Based Parking and Routing System API Documentation

Util.CurveLength Method (PointF[], Single)

Approximates the length of a curve

public static float CurveLength(
   PointF[] Curve,
   float tension
);

Parameters

Curve
The collection of points that represent the curve with control points.
tension
The tension of the curve to be approximated.

Return Value

An approximation of the length of the specified curve.

See Also

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