setAngle method

void setAngle(
  1. double a
)

Set the angle of a body.

Implementation

void setAngle(double a) => _body.setAngle(a);