pub fn arctan2d(sin: UnitNegRange, cos: UnitNegRange) -> Degrees
Expand description
Accurately calculate an angle in Degrees
from its sine and cosine.
sin
,cos
the sine and cosine of the angle inUnitNegRange
s.
returns the angle in Degrees
.
pub fn arctan2d(sin: UnitNegRange, cos: UnitNegRange) -> Degrees
Accurately calculate an angle in Degrees
from its sine and cosine.
sin
, cos
the sine and cosine of the angle in UnitNegRange
s.returns the angle in Degrees
.