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

Method bl_corner

dlib/geometry/drectangle.h:86–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 ) const { return dlib::vector<double,2>(left(), top()); }
85
86 const dlib::vector<double,2> bl_corner (
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()); }

Callers

nothing calls this directly

Calls 2

leftFunction · 0.85
bottomFunction · 0.85

Tested by

no test coverage detected