Angle
Radian represents a angle in radian.
public function valueOf(Void):NumberReturns the angle in radian as number.
the angle in radian as number
public function toRadian(Void):NumberReturns the angle in radian.
the angle in radian
public function toDegree(Void):NumberReturns the angle in degree.
the angle in degree
public function toString():StringReturns the string representation of this instance.
The string representation is obtained via the stringifier returned by the Config.getObjectStringifier method.
the string representation of this instance