Unit 'Clipper.Core' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_image32]

RamerDouglasPeucker

Declaration

Source position: Clipper.Core.pas line 322

function RamerDouglasPeucker(

  const path: TPath64;

  epsilon: Double

):TPath64; overload;

function RamerDouglasPeucker(

  const paths: TPaths64;

  epsilon: Double

):TPaths64; overload;

function RamerDouglasPeucker(

  const path: TPathD;

  epsilon: Double

):TPathD; overload;

function RamerDouglasPeucker(

  const paths: TPathsD;

  epsilon: Double

):TPathsD; overload;



CT Web help

CodeTyphon Studio