City Based Parking and Routing System API Documentation

Util.CurveConstantInterval Method 

Divides the curve into a series of blocks at a constant interval.

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

Parameters

Curve
The collection of points that represent the curve.
tension
The tension that is applied to the curve.
length
The length of the entire curve in pixels.

Return Value

A collection of PointF objects that represent the curve divided into equal arc-lenght parts.

See Also

Util Class | CBPRS.Infrastructure Namespace