struct
TBounds
template<typename T>Bounds represented by an axis aligned box and a sphere.
Public
Constructors
TBounds<T>
TBounds<T>() = default
TBounds<T>
Methods
~TBounds<T>
~TBounds<T>() = default
Merge
Merges the two bounds, creating a new bounds that encapsulates them both.
TransformAffine
Transforms the bounds by the given matrix.
TransformAffine
Transforms the bounds by the given transform.