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