struct
simd::AABox
Public
Constructors
AABox
AABox() = default
AABox
AABox(const Sphere &sphere)
Initializes bounds from a Sphere.
AABox
AABox(const Vector3 ¢er, float extent)
Initializes bounds from a vector representing the center and equal extents in all directions.
Methods
Overlaps
Returns true if the current bounds object intersects the provided object.