roll method

void roll(
  1. double angle
)

Implementation

void roll(double angle) {
  _up.applyAxisAngle(forward, angle);
}