public struct BoundsDouble
A Bounds struct that can be used with double values. Exactly the same as the normal
Bounds class, therefore refer to Unity documentation
for help with it!
It is missing the IntersectRay methods. Cast to Bounds if you need to use these!
An implicit cast is implemented from Bounds to BoundsDouble. An explicit cast is implemented
for BoundsDouble to Bounds.