ClipperD.Constructor

Delphi constructor Create(precision: integer = 2);

C++ ClipperD(int precision = 2);

C#  ClipperD(int roundingDecimalPrecision = 2);


Creates a ClipperD object, converting coordinate values to and from integers internally before and after clipping using the specified precision.


See Also

Examples