menu
stl
stl.dart
Shape
<
T extends Shape<
T
>
>
boundingBox property
boundingBox
dark_mode
light_mode
boundingBox
property
Rectangle
get
boundingBox
The smallest axis-aligned rectangle that completely encloses the shape.
Implementation
Rectangle get boundingBox;
stl
stl
Shape
<
T extends Shape<
T
>
>
boundingBox property
Shape class