MCPcopy Create free account
hub / github.com/davisking/dlib / right

Function right

tools/python/src/rectangles.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19long left(const rectangle& r) { return r.left(); }
20long top(const rectangle& r) { return r.top(); }
21long right(const rectangle& r) { return r.right(); }
22long bottom(const rectangle& r) { return r.bottom(); }
23long width(const rectangle& r) { return r.width(); }
24long height(const rectangle& r) { return r.height(); }

Callers 6

tr_cornerMethod · 0.85
br_cornerMethod · 0.85
tr_cornerMethod · 0.85
br_cornerMethod · 0.85
operator<Method · 0.85
operator()Method · 0.85

Calls 1

rightMethod · 0.45

Tested by

no test coverage detected