SaturnRingLibrary 0.9.1
SGL wrapper
 
Loading...
Searching...
No Matches

◆ operator+()

Angle SRL::Math::Types::Angle::operator+ ( const Angle & other) const
inlineconstexpr

Adds two angles.

Parameters
otherAngle to add
Returns
Sum of angles (automatically wraps around)
Note
The addition naturally wraps around due to 16-bit arithmetic.