toRadians method

double toRadians()

Implementation

double toRadians() {
  return BonfireUtil.getAngleFromDirection(this);
}