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

Method top

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

Source from the content-addressed store, hash-verified

72
73 double left() const { return l; }
74 double top() const { return t; }
75 double right() const { return r; }
76 double bottom() const { return b; }
77

Callers 10

drectangleMethod · 0.45
containsMethod · 0.45
serializeFunction · 0.45
deserializeFunction · 0.45
drectangle.hFile · 0.45
centerFunction · 0.45
operator*Function · 0.45
translate_rectFunction · 0.45
shrink_rectFunction · 0.45
scale_rectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected