atan2
Android
public fun atan2(a: RemoteFloat, b: RemoteFloat): RemoteFloat
Returns the angle theta from the conversion of rectangular coordinates (b, a) to polar coordinates (r, theta).
Parameters
| a | The y-coordinate |
| b | The x-coordinate |
Returns the angle theta from the conversion of rectangular coordinates (b, a) to polar coordinates (r, theta).
RevenueCat
Add subscriptions to your apps in minutes
public fun atan2(a: RemoteFloat, b: RemoteFloat): RemoteFloat
Returns the angle theta from the conversion of rectangular coordinates (b, a) to polar coordinates (r, theta).
| a | The y-coordinate |
| b | The x-coordinate |