Unit 'Clipper.Minkowski' Package
[Overview][Procedures and functions][Index] [#pl_image32]

MinkowskiSum

Declaration

Source position: Clipper.Minkowski.pas line 21

function MinkowskiSum(

  const Pattern: TPath64;

  const Path: TPath64;

  PathIsClosed: Boolean

):TPaths64; overload;

function MinkowskiSum(

  const Pattern: TPathD;

  const Path: TPathD;

  PathIsClosed: Boolean;

  decimalPlaces: Integer = 2

):TPathsD; overload;



CT Web help

CodeTyphon Studio