Click or drag to resize

TrigAngleEpsilon Field

Represents the smallest positive angle greater than zero for which the Cos(Double) function will produce a distinct value.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static readonly double AngleEpsilon

Field Value

Type: Double
Remarks
For angles smaller than this value, the Cos(Double) function returns 1.0.
See Also