MCPcopy Create free account
hub / github.com/cuberite/cuberite / IsInside

Method IsInside

src/BoundingBox.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184
185bool cBoundingBox::IsInside(const Vector3d & a_Point)
186{
187 return IsInside(m_Min, m_Max, a_Point);
188}
189
190
191

Callers 1

ItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected