Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox2 > API/Runtime/Core/Math/TBox2/IsInside
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include | #include "Math/Box2D.h" |
bool IsInside
&40;
const TVector2< T > & TestPoint
&41; const
Remarks
Checks whether the given point is inside this box. true if the point is inside this box, otherwise false.
Parameters
| Name | Description |
|---|---|
| Point | The point to test. |