AltitudeConstraint Constructor |
Name | Description | |
---|---|---|
AltitudeConstraint |
Initializes a new instance with default values.
| |
AltitudeConstraint(Double) |
Initializes a new instance with the specified maximum value.
| |
AltitudeConstraint(AltitudeConstraint, CopyContext) | Initializes a new instance as a copy of an existing instance. | |
AltitudeConstraint(CentralBody, Double) |
Initializes a new instance with the specified central body and maximum value.
| |
AltitudeConstraint(Double, Double) |
Initializes a new instance with the specified minimum value and maximum value.
| |
AltitudeConstraint(IServiceProvider, Double) |
Initializes a new instance with the specified constrained object and maximum value.
| |
AltitudeConstraint(CentralBody, Double, Double) |
Initializes a new instance with the specified central body, minimum value, and maximum value.
| |
AltitudeConstraint(IServiceProvider, CentralBody, Double) |
Initializes a new instance with the specified constrained object, central body, and maximum value.
| |
AltitudeConstraint(IServiceProvider, Double, Double) |
Initializes a new instance with the specified constrained object, minimum value, and maximum value.
| |
AltitudeConstraint(IServiceProvider, CentralBody, Double, Double) |
Initializes a new instance with the specified constrained object, central body, minimum value, and maximum value.
|