MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / isPointInRect

Function isPointInRect

Samples/NiViewer/Draw.cpp:1487–1491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1485}
1486
1487bool isPointInRect(IntPair point, IntRect* pRect)
1488{
1489 return (point.X >= pRect->uLeft && point.X <= pRect->uRight &&
1490 point.Y >= pRect->uBottom && point.Y <= pRect->uTop);
1491}
1492
1493void drawPlaybackSpeed()
1494{

Callers 1

drawFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected