Ark Server API (ASA) - Wiki
|
#include <Base.h>
Public Types | |
using | FReal = FVector4::FReal |
Public Member Functions | |
FBoxCenterAndExtent () | |
FBoxCenterAndExtent (const FVector &InCenter, const FVector &InExtent) | |
FBoxCenterAndExtent (const FBox &Box) | |
template<typename TExtent > | |
FBoxCenterAndExtent (const UE::Math::TBoxSphereBounds< FReal, TExtent > &BoxSphere) | |
FBoxCenterAndExtent (const float PositionRadius[4]) | |
FBox | GetBox () const |
Public Attributes | |
FVector4 | Center |
FVector4 | Extent |
Friends | |
FORCEINLINE bool | Intersect (const FBoxCenterAndExtent &A, const FBoxCenterAndExtent &B) |
template<typename TExtent > | |
FORCEINLINE bool | Intersect (const UE::Math::TBoxSphereBounds< FReal, TExtent > &A, const FBoxCenterAndExtent &B) |
FORCEINLINE bool | Intersect (const float A[4], const FBoxCenterAndExtent &B) |
Definition at line 44 of file GenericOctree.h.
|
inline |
Default constructor.
Definition at line 50 of file GenericOctree.h.
|
inline |
Initialization constructor.
Definition at line 53 of file GenericOctree.h.
FBox conversion constructor.
Definition at line 59 of file GenericOctree.h.
|
inlineexplicit |
FBoxSphereBounds conversion constructor.
Definition at line 69 of file GenericOctree.h.
Center - radius as four contiguous floats conversion constructor.
Definition at line 77 of file GenericOctree.h.
|
inline |
Converts to a FBox.
Definition at line 84 of file GenericOctree.h.
|
friend |
Determines whether two boxes intersect. Warning: this operates on the W of the bounds positions!
Definition at line 94 of file GenericOctree.h.
|
friend |
Determines whether two boxes intersect. Warning: this operates on the W of the bounds positions!
A | box given in center - radius form as four contiguous floats |
Definition at line 130 of file GenericOctree.h.
|
friend |
Determines whether two boxes intersect. Warning: this operates on the W of the bounds positions!
Definition at line 112 of file GenericOctree.h.
FVector4 FBoxCenterAndExtent::Center |
Definition at line 46 of file GenericOctree.h.
FVector4 FBoxCenterAndExtent::Extent |
Definition at line 47 of file GenericOctree.h.