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.2.419.0 (24.2.419.0)
Syntax protected double GetFunctionValueInDomain(
double value
)
Protected Function GetFunctionValueInDomain (
value As Double
) As Double
protected:
double GetFunctionValueInDomain(
double value
)
member GetFunctionValueInDomain :
value : float -> float
Parameters
- value
- Type: SystemDouble
Value of the angle to convert.
Return Value
Type:
DoubleAn angle normalized to the midpoint of the satisfaction region.
See Also