menu
oimo_physics package
documentation
shape/plane_shape.dart
Plane
volume method
volume method
dark_mode
light_mode
volume
method
double
volume
(
)
Calculate the volume of the plane
Implementation
double volume() { return double.maxFinite; }
oimo_physics package
documentation
shape/plane_shape
Plane
volume method
Plane class