Click or drag to resize
MathUtilsCos Method
Returns the cosine of the specified angle in radians.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static float Cos(
	float x
)

Parameters

x
Type: SystemSingle
Angle to compute the cosine of.

Return Value

Type: Single
Cosine of the specified angle.
See Also