Foundation
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
FSerializedBounds Struct Reference

#include <Metadata.hpp>

Public Member Functions

bool IsValid () const
 
FSerializedBoundsInclude (float3 const &point)
 
FSerializedBoundsInclude (FSerializedBounds const &bounds)
 
FSerializedBoundsoperator+= (float3 const &point)
 
FSerializedBoundsoperator+= (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}
 

Member Function Documentation

◆ Empty()

static FSerializedBounds FSerializedBounds::Empty ( )
inlinestatic

◆ Include() [1/2]

FSerializedBounds & FSerializedBounds::Include ( float3 const &  point)
inline

◆ Include() [2/2]

FSerializedBounds & FSerializedBounds::Include ( FSerializedBounds const &  bounds)
inline

◆ IsValid()

bool FSerializedBounds::IsValid ( ) const
inline

◆ operator+=() [1/2]

FSerializedBounds & FSerializedBounds::operator+= ( float3 const &  point)
inline

◆ operator+=() [2/2]

FSerializedBounds & FSerializedBounds::operator+= ( FSerializedBounds const &  bounds)
inline

Member Data Documentation

◆ max

float3 FSerializedBounds::max {0.0f, 0.0f, 0.0f}

◆ min

float3 FSerializedBounds::min {0.0f, 0.0f, 0.0f}

The documentation for this struct was generated from the following file: