setMoment method

void setMoment(
  1. double i
)

Set the moment of inertia of the body.

Implementation

void setMoment(double i) => _body.setMoment(i);