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

Method rectangle

dlib/geometry/rectangle.h:34–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 public:
33
34 rectangle (
35 long l_,
36 long t_,
37 long r_,
38 long b_
39 ) :
40 l(l_),
41 t(t_),
42 r(r_),
43 b(b_)
44 {}
45
46 rectangle (
47 unsigned long w,

Calls 1

rectangleClass · 0.70

Tested by

no test coverage detected