Aabb3.fromSphere constructor
Create a new AABB that encloses a sphere
.
Implementation
factory Aabb3.fromSphere(Sphere sphere) => new Aabb3()..setSphere(sphere);
Create a new AABB that encloses a sphere
.
factory Aabb3.fromSphere(Sphere sphere) => new Aabb3()..setSphere(sphere);