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

Function dwidth

tools/python/src/rectangles.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29double dright(const drectangle& r) { return r.right(); }
30double dbottom(const drectangle& r) { return r.bottom(); }
31double dwidth(const drectangle& r) { return r.width(); }
32double dheight(const drectangle& r) { return r.height(); }
33double darea(const drectangle& r) { return r.area(); }
34

Callers

nothing calls this directly

Calls 1

widthMethod · 0.45

Tested by

no test coverage detected