[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'unit_ted' (#Arthromorphs)

Atom

Declaration

Source position: unit_ted.pas line 13

type Atom = record

  Kind: AtomKind;

  

  Height: real;

  

  Width: real;

  

  Angle: real;

  

  NextLikeMe: Integer;

  

  FirstBelowMe: Integer;

  

end;