[Top]
Math
Math.Angle
|
Method Math.Angle()->add()
- Method
add
-
object(Angle) Math.Angle()->add(float|int angle)
object(Angle) Math.Angle()->add(float|int angle, string type)
object(Angle) Math.Angle()->add(object(Angle) angle)
- Description
-
Adds the provided angle to the current angle. The result is
normalized within 360 degrees.
|