CentralBodyEllipticCylindricalAccessConstraint Constructor (IServiceProvider, IServiceProvider, Scalar, Scalar, Scalar, CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity) |
Initializes a new instance with the specified values, with the Earth as the central body.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CentralBodyEllipticCylindricalAccessConstraint(
IServiceProvider constrainedObject,
IServiceProvider ellipseCenterLocation,
Scalar ellipseHeading,
Scalar xSemiaxisLength,
Scalar ySemiaxisLength,
CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity fidelity
)
Public Sub New (
constrainedObject As IServiceProvider,
ellipseCenterLocation As IServiceProvider,
ellipseHeading As Scalar,
xSemiaxisLength As Scalar,
ySemiaxisLength As Scalar,
fidelity As CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity
)
public:
CentralBodyEllipticCylindricalAccessConstraint(
IServiceProvider^ constrainedObject,
IServiceProvider^ ellipseCenterLocation,
Scalar^ ellipseHeading,
Scalar^ xSemiaxisLength,
Scalar^ ySemiaxisLength,
CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity fidelity
)
new :
constrainedObject : IServiceProvider *
ellipseCenterLocation : IServiceProvider *
ellipseHeading : Scalar *
xSemiaxisLength : Scalar *
ySemiaxisLength : Scalar *
fidelity : CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity -> CentralBodyEllipticCylindricalAccessConstraint
Parameters
- constrainedObject
- Type: System.IServiceProvider
Location of the object with which the constraint is calculated against. - ellipseCenterLocation
- Type: System.IServiceProvider
The center location of the elliptic cylinder. - ellipseHeading
- Type: AGI.Foundation.Geometry.Scalar
The angle from North (in radians) of the x semiaxis. - xSemiaxisLength
- Type: AGI.Foundation.Geometry.Scalar
The x semiaxis length of the elliptic cylinder. - ySemiaxisLength
- Type: AGI.Foundation.Geometry.Scalar
The y semiaxis length of the elliptic cylinder. - fidelity
- Type: AGI.Foundation.Access.Constraints.CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity
Selects if the body is approximated as a simple sphere.
See Also