Struct Bounds3D

Struct Documentation

struct Bounds3D

Public Functions

Bounds3D(U32 width, U32 height, U32 depth)
U32 GetSize() const

Public Members

U32 m_width = {1}
U32 m_height = {1}
U32 m_depth = {1}