Aabb3.fromSphere constructor Null safety
- 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);