struct
simd::Range
Version of Range suitable for SIMD use.
Public
Constructors
Range
Range() = default
Range
Range(float center, 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.