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

Function intersect

dlib/geometry/rectangle.h:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378// ----------------------------------------------------------------------------------------
379
380 inline rectangle intersect (
381 const rectangle& a,
382 const rectangle& b
383 ) { return a.intersect(b); }
384
385// ----------------------------------------------------------------------------------------
386

Callers

nothing calls this directly

Calls 1

intersectMethod · 0.45

Tested by

no test coverage detected