Returns the arc sine of `s` in radians. Use to get the angle of sine s.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static float Asin(
float s
)
Parameters
- s
- Type: SystemSingle
The input sine value. Must be on the range of -1.0 to 1.0.
Return Value
Type:
SingleAn angle that would result in the given sine value. On the range `-Tau/4` to `Tau/4`.
See Also