Click or drag to resize

CircularAccessConstraint.CircularAccessConstraintEvaluator.GetFunctionValueInDomain Method

Converts the given angle value to lie in the domain represented by the current StartAngle and StopAngle.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
protected double GetFunctionValueInDomain(
	double value
)

Parameters

value
Type: System.Double
Value of the angle to convert.

Return Value

Type: Double
An angle normalized to the midpoint of the satisfaction region.
See Also