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

Function grow_rect

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

Source from the content-addressed store, hash-verified

416 }
417
418 inline const drectangle grow_rect (
419 const drectangle& rect,
420 double num
421 )
422 {
423 return shrink_rect(rect, -num);
424 }
425
426 inline const drectangle shrink_rect (
427 const drectangle& rect,

Callers

nothing calls this directly

Calls 1

shrink_rectFunction · 0.70

Tested by

no test coverage detected