Click or drag to resize

CircularAccessConstraintCircularAccessConstraintEvaluatorGetFunctionValueInDomain 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.1.418.0 (24.1.418.0)
Syntax
protected double GetFunctionValueInDomain(
	double value
)

Parameters

value
Type: SystemDouble
Value of the angle to convert.

Return Value

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