![]() |
Ark Server API (ASA) - Wiki
|
#include <IntRect.h>
Collaboration diagram for UE::Math::TIntRect< InIntType >:Public Types | |
| using | IntType = InIntType |
| using | IntPointType = TIntPoint<IntType> |
Static Public Member Functions | |
| static TIntRect | DivideAndRoundUp (TIntRect lhs, IntType Div) |
| static TIntRect | DivideAndRoundUp (TIntRect lhs, IntPointType Div) |
| static int32 | Num () |
Public Attributes | ||
| union { | ||
| struct { | ||
| IntPointType Min | ||
| IntPointType Max | ||
| } | ||
| IntPointType MinMax [2] | ||
| }; | ||
Friends | |
| FArchive & | operator<< (FArchive &Ar, TIntRect &Rect) |
Structure for integer rectangles in 2-d space.
| using UE::Math::TIntRect< InIntType >::IntPointType = TIntPoint<IntType> |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| union { ... } UE::Math::TIntRect< InIntType > |
| IntPointType UE::Math::TIntRect< InIntType >::Max |
| IntPointType UE::Math::TIntRect< InIntType >::Min |
| IntPointType UE::Math::TIntRect< InIntType >::MinMax[2] |