Click or drag to resize

MathfAsin Method

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
C#
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: Single
An angle that would result in the given sine value. On the range `-Tau/4` to `Tau/4`.
See Also