getMoment method

double getMoment()

Get the calculated moment of inertia for this shape.

Implementation

double getMoment() => _shape.getMoment();