Click or drag to resize

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: 25.1.421.0 (25.1.421.0)
Syntax
public CentralBodyEllipticCylindricalAccessConstraint(
	IServiceProvider constrainedObject,
	IServiceProvider ellipseCenterLocation,
	Scalar ellipseHeading,
	Scalar xSemiaxisLength,
	Scalar ySemiaxisLength
)

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.
See Also