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

Method tr_corner

dlib/geometry/drectangle.h:89–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 ) const { return dlib::vector<double,2>(left(), bottom()); }
88
89 const dlib::vector<double,2> tr_corner (
90 ) const { return dlib::vector<double,2>(right(), top()); }
91
92 const dlib::vector<double,2> br_corner (
93 ) const { return dlib::vector<double,2>(right(), bottom()); }

Callers

nothing calls this directly

Calls 2

rightFunction · 0.85
topFunction · 0.85

Tested by

no test coverage detected