MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / contains

Method contains

example_transcoding/utils.h:1637–1641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1635 }
1636
1637 inline bool contains(int x, int y) const
1638 {
1639 return (x >= m_corner[0][0]) && (x < m_corner[1][0]) &&
1640 (y >= m_corner[0][1]) && (y < m_corner[1][1]);
1641 }
1642
1643 inline bool contains(const vec2I& p) const
1644 {

Callers 1

is_clippedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected