comparison OrthancStone/Sources/Toolbox/GeometryToolbox.h @ 1821:36430d73e36c

introducing measure units in AnnotationsSceneLayer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 May 2021 14:02:12 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
comparison
equal deleted inserted replaced
1820:5baaad557d58 1821:36430d73e36c
68 const double& xmin, // Coordinates of the rectangle (in) 68 const double& xmin, // Coordinates of the rectangle (in)
69 const double& ymin, 69 const double& ymin,
70 const double& xmax, 70 const double& xmax,
71 const double& ymax); 71 const double& ymax);
72 72
73 void GetPixelSpacing(double& spacingX, 73 bool GetPixelSpacing(double& spacingX,
74 double& spacingY, 74 double& spacingY,
75 const Orthanc::DicomMap& dicom); 75 const Orthanc::DicomMap& dicom);
76 76
77 inline double ProjectAlongNormal(const Vector& point, 77 inline double ProjectAlongNormal(const Vector& point,
78 const Vector& normal) 78 const Vector& normal)