Method Math.Angle()->`+()
classMath.Angle
- Method
`+
float|int|Angleres =Math.Angle()+_angle- Description
Returns the sum of this angle and what it is added with. If added with an angle, a new angle object is returnes.
class Math.Anglefloat|int|Angle res = Math.Angle() + _angle
Returns the sum of this angle and what it is added with. If added with an angle, a new angle object is returnes.