| AccessConstraintSampling Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.Access
 Syntax
SyntaxThe AccessConstraintSampling type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GetNextStepFromRelativeMotion | 
            Computes an appropriate next sample step based on the relative motion between the two
            platforms involved in the Access computation and a maximum relative motion per step.
             | 
|   | GetNextStepFromRelativeMotionEvaluator(ILinkConstraint, Double, EvaluatorGroup) | 
            Gets an evaluator that determines the next time at which to sample a constraint function
            based on the relative motion between two objects and a maximum relative motion per step.
             | 
|   | GetNextStepFromRelativeMotionEvaluator(IServiceProvider, IServiceProvider, Double, EvaluatorGroup) | 
            Gets an evaluator that determines the next time at which to sample a constraint function
            based on the relative motion between two objects and a maximum relative motion per step.
             | 
|   | GetNextStepFromRelativeMotionEvaluator(ReferenceFrame, Point, Double, EvaluatorGroup) | 
            Gets an evaluator that determines the next time at which to sample a constraint function
            based on the relative motion between two objects and a maximum relative motion per step.
             | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | StandardMaximumMotionPerSample | 
            A common value for the maximum angular motion between two objects that is allowed when choosing
            the next time at which to sample an Access constraint.  This corresponds to about 20 degrees.
             | 
 See Also
See Also