|
Foundation
|
#include <Metadata.hpp>
Public Member Functions | |
| bool | IsValid () const |
| FSerializedBounds & | Include (float3 const &point) |
| FSerializedBounds & | Include (FSerializedBounds const &bounds) |
| FSerializedBounds & | operator+= (float3 const &point) |
| FSerializedBounds & | operator+= (FSerializedBounds const &bounds) |
Static Public Member Functions | |
| static FSerializedBounds | Empty () |
Public Attributes | |
| float3 | min {0.0f, 0.0f, 0.0f} |
| float3 | max {0.0f, 0.0f, 0.0f} |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| float3 FSerializedBounds::max {0.0f, 0.0f, 0.0f} |
| float3 FSerializedBounds::min {0.0f, 0.0f, 0.0f} |