Click or drag to resize

MathfCos Method

Returns the cosine of angle `s` in radians.

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

Parameters

s
Type: SystemSingle
The angle in radians.

Return Value

Type: Single
The cosine of that angle.
See Also