ImageEn, unit iexDefs

TIE3DPoint

TIE3DPoint

Declaration

  TIE3DPoint = record
    x: double;
    y: double;
    z: double;
  end;