Click or drag to resize

AzimuthAngleRateConstraint Constructor

Overload List
  NameDescription
Public methodAzimuthAngleRateConstraint
Initializes a new instance with default values.
Public methodAzimuthAngleRateConstraint(Double)
Initializes a new instance with the specified maximum value.
Protected methodAzimuthAngleRateConstraint(AzimuthAngleRateConstraint, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodAzimuthAngleRateConstraint(CentralBody, Double)
Initializes a new instance with the specified central body and maximum value.
Public methodAzimuthAngleRateConstraint(Double, Double)
Initializes a new instance with the specified minimum value and maximum value.
Public methodAzimuthAngleRateConstraint(CentralBody, Double, Double)
Initializes a new instance with the specified central body, minimum value, and maximum value.
Public methodAzimuthAngleRateConstraint(IServiceProvider, LinkRole, Double)
Initializes a new instance with the specified constrained link, constrained link end, and maximum value.
Public methodAzimuthAngleRateConstraint(IServiceProvider, LinkRole, CentralBody, Double)
Initializes a new instance with the specified constrained link, constrained link end, central body, and maximum value.
Public methodAzimuthAngleRateConstraint(IServiceProvider, LinkRole, Double, Double)
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
Public methodAzimuthAngleRateConstraint(IServiceProvider, LinkRole, CentralBody, Double, Double)
Initializes a new instance with the specified constrained link, constrained link end, central body, minimum value, and maximum value.
Top
See Also