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