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

TPoint3D

Declaration

Source position: _crw_plut.pas line 44

type TPoint3D = packed record

  x: Double;

  y: Double;

  z: Double;

end;