struct
simd::Area2
Version of Area2 suitable for SIMD use.
Public
Constructors
Area2
Area2() = default
Area2
Area2(const Vector2 ¢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.