atan2 is the generic name for the atan2 function
Since it's the generic name, atan2 can take any float type as args. Make it so. Also rename the args to better reflect what the args actually represent.
Please register or sign in to comment
Since it's the generic name, atan2 can take any float type as args. Make it so. Also rename the args to better reflect what the args actually represent.