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

Method is_empty

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

Source from the content-addressed store, hash-verified

117 }
118
119 bool is_empty (
120 ) const { return (t > b || l > r); }
121
122 drectangle operator + (
123 const drectangle& rhs

Callers 3

operator +Method · 0.45
containsMethod · 0.45
operator*Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected