[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_crwapi' (#crwlib)

TPoint3D

Declaration

Source position: _crw_crwapi.pas line 988

type TPoint3D = packed record

  x: Double;

  y: Double;

  z: Double;

end;