Unit 'Clipper.Engine' Package
[Overview][Resource strings][Types][Classes][Index] [#pl_image32]

TActive

Declaration

Source position: Clipper.Engine.pas line 143

type TActive = record

  bot: TPoint64;

  

  top: TPoint64;

  

  currX: Int64;

  

  dx: Double;

  

  windDx: Integer;

  

  windCnt: Integer;

  

  windCnt2: Integer;

  

  outrec: POutRec;

  

  prevInAEL: PActive;

  

  nextInAEL: PActive;

  

  prevInSEL: PActive;

  

  nextInSEL: PActive;

  

  jump: PActive;

  

  vertTop: PVertex;

  

  locMin: PLocalMinima;

  

  isLeftB: Boolean;

  

  joinedWith: TJoinWith;

  

end;



CT Web help

CodeTyphon Studio