Function fix_to_rad

  • Converts fix to radians. Also, changes clockwise to anticlockwise.

    Parameters

    • d: number

      value in degrees to be converted

    Returns number

    -d*PI/180.0f

Generated using TypeDoc