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