Click or drag to resize

MathfSin Method

Returns the sine of angle `s` in radians.

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

Parameters

s
Type: SystemSingle
The angle in radians.

Return Value

Type: Single
The sine of that angle.
See Also