Aabb3.fromSphere constructor

Aabb3.fromSphere(
  1. Sphere sphere
)

Create a new AABB that encloses a sphere.

Implementation

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