Click or drag to resize

Mathf.Tan Method

Returns the tangent of angle `s` in radians.

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

Parameters

s
Type: System.Single
The angle in radians.

Return Value

Type: Single
The tangent of that angle.
See Also