Aabb3.fromSphere constructor

Aabb3.fromSphere(Sphere sphere)

Create a new AABB that encloses a sphere.

Implementation

factory Aabb3.fromSphere(Sphere sphere) => new Aabb3()..setSphere(sphere);