Home
last modified time | relevance | path

Searched refs:ControlPointLocation (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Transformation/include/mirtk/
H A DFreeFormTransformation.h388 void ControlPointLocation(int, double &, double &) const;
391 void ControlPointLocation(int, double &, double &, double &) const;
394 Point ControlPointLocation(int) const;
1049 inline Point FreeFormTransformation::ControlPointLocation(int cp) const in ControlPointLocation() function
1059 inline void FreeFormTransformation::ControlPointLocation(int cp, double &x, double &y) const in ControlPointLocation() function
1068 inline void FreeFormTransformation::ControlPointLocation(int cp, double &x, double &y, double &z) c… in ControlPointLocation() function