menu
liquid2d package
documentation
liquid2d.dart
Shape
getMoment method
getMoment method
dark_mode
light_mode
getMoment
method
double
getMoment
(
)
Get the calculated moment of inertia for this shape.
Implementation
double getMoment() => _shape.getMoment();
liquid2d package
documentation
liquid2d
Shape
getMoment method
Shape class