Click or drag to resize

CentralBodyEllipticCylindricalAccessConstraintModelFidelity Enumeration

Indicates the model to be used. In low fidelity mode an auxiliary sphere is used to compute distances in place of the ellipsoid. In high fidelity mode the low fidelity mode is used as a coarse check, then the proper ellipsoid is used if the constrained object is within the bounds described by the ellipse on the auxiliary sphere.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum ModelFidelity
Members
  Member nameDescription
LowFidelity Use auxiliary sphere for body.
HighFidelity Use appropriate geodesics and projections.
See Also