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.2.419.0 (24.2.419.0)
Syntax public static readonly double AngleEpsilon
Public Shared ReadOnly AngleEpsilon As Double
public:
static initonly double AngleEpsilon
static val AngleEpsilon: float
Field Value
Type:
DoubleRemarks
For angles smaller than this value, the
Cos(Double) function returns 1.0.
See Also