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

TCalibPoint

Declaration

Source position: _crw_calib.pas line 165

type TCalibPoint = packed record

  x: Double;

  y: Double;

  w: Double;

  z: Double;

end;