MCPcopy Create free account
hub / github.com/Profactor/cv-plot / outerPoint

Method outerPoint

CvPlot/inc/CvPlot/gui/MouseEvent.h:51–53  ·  view source on GitHub ↗

position in outer rect

Source from the content-addressed store, hash-verified

49 }
50 //position in outer rect
51 cv::Point outerPoint()const {
52 return cv::Point(_x, _y);
53 }
54 //position in inner rect
55 cv::Point innerPoint()const {
56 auto outer = outerPoint();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected