fromRadians static method

Angle fromRadians(
  1. double angle
)

Creates a new angle object based on the supplied angle value in radians.

  • angle Angle value in radians.

Returns Angle. The angle as specified by input in radians.

Implementation

static Angle fromRadians(double angle) => $prototype.fromRadians(angle);