33 min = Foundation::Math::min(
min, point);
34 max = Foundation::Math::max(
max, point);
Definition Decompose.hpp:4
vec3 float3
Definition Math.hpp:26
Definition Metadata.hpp:14
FSerializedBounds & Include(float3 const &point)
Definition Metadata.hpp:31
FSerializedBounds & Include(FSerializedBounds const &bounds)
Definition Metadata.hpp:38
float3 max
Definition Metadata.hpp:16
bool IsValid() const
Definition Metadata.hpp:26
static FSerializedBounds Empty()
Definition Metadata.hpp:18
float3 min
Definition Metadata.hpp:15
FSerializedBounds & operator+=(FSerializedBounds const &bounds)
Definition Metadata.hpp:52
FSerializedBounds & operator+=(float3 const &point)
Definition Metadata.hpp:47