Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox
| Type | Name | Description | |
|---|---|---|---|
| bool | IsInsideXY
(
const TVector< T >& In |
Checks whether the given location is inside this box in the XY plane. | |
| bool | IsInsideXY
(
const TBox< T >& Other |
Checks whether the given box is fully encapsulated by this box in the XY plane. |