fromRadians static method
- double angle
Creates a new angle object based on the supplied angle value in radians.
angleAngle value in radians.
Returns Angle. The angle as specified by input in radians.
Implementation
static Angle fromRadians(double angle) => $prototype.fromRadians(angle);