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

Method drectangle

dlib/geometry/drectangle.h:23–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 public:
22
23 drectangle (
24 ) : l(0), t(0), r(-1), b(-1) {}
25
26 drectangle (
27 double l_,

Callers

nothing calls this directly

Calls 5

drectangleClass · 0.70
leftMethod · 0.45
topMethod · 0.45
rightMethod · 0.45
bottomMethod · 0.45

Tested by

no test coverage detected