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