[Overview][Procedures and functions][Index] Reference for unit 'tpa' (#Simba)

QuickATPASort

Declaration

Source position: tpa.pas line 48

procedure QuickATPASort(

  var A: TIntegerArray;

  var B: T2DPointArray;

  iLo: Integer;

  iHi: Integer;

  SortUp: Boolean

);