wrapAroundAngles

fun wrapAroundAngles(inputAngle: Double): Double

A function that changes an angle range from -180-180 to 0-360.

Return

The converted angle.

Parameters

inputAngle

The angle you want to convert.