Click or drag to resize
MathUtilsACos Method
Returns the angle whose cosine is the specified number, in radians.

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

Parameters

x
Type: SystemSingle
Number representing a cosine.

Return Value

Type: Single
Angle whose cosine is the specified number.
See Also