Click or drag to resize

MathfAcos Method

Returns the arc cosine of `s` in radians. Use to get the angle of cosine s.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float Acos(
	float s
)

Parameters

s
Type: SystemSingle
The input cosine value. Must be on the range of -1.0 to 1.0.

Return Value

Type: Single
An angle that would result in the given cosine value. On the range `0` to `Tau/2`.
See Also