Unit 'nxTypes' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_nxpascal]

TVector3i

Declaration

Source position: nxTypes.pas line 29

type TVector3i = packed record

  x: LongInt;

  

  y: LongInt;

  

  z: LongInt;

  

end;



CT Web help

CodeTyphon Studio