Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox2
Description
Checks whether the given point is inside or on this box.
| Name | IsInsideOrOn |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include Path | #include "Math/Box2D.h" |
bool IsInsideOrOn
(
const TVector2 < T > & TestPoint
) const
true if point is inside or on this box, otherwise false.
Parameters
| Name | Remarks |
|---|---|
| Point | The point to test. |
See Also
- IsInside