Make R* trees more space efficient
To make our R* trees more space efficient, it should suffice to store Rectangle<[f32; 2]>
instead of Rectangle<[f64; 2]>
as the reduced precision should still suffice for our purposes.
To make our R* trees more space efficient, it should suffice to store Rectangle<[f32; 2]>
instead of Rectangle<[f64; 2]>
as the reduced precision should still suffice for our purposes.