SimpleFixedWingCoordinatedFlight Constructor (Point, WindModel, SimpleFixedWingForwardFlightAerodynamics, Scalar, Scalar) |
Initializes a new instance with the specified parameters.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SimpleFixedWingCoordinatedFlight(
Point referencePoint,
WindModel windModel,
SimpleFixedWingForwardFlightAerodynamics aerodynamicModel,
Scalar mass,
Scalar gravityModel
)
Public Sub New (
referencePoint As Point,
windModel As WindModel,
aerodynamicModel As SimpleFixedWingForwardFlightAerodynamics,
mass As Scalar,
gravityModel As Scalar
)
public:
SimpleFixedWingCoordinatedFlight(
Point^ referencePoint,
WindModel^ windModel,
SimpleFixedWingForwardFlightAerodynamics^ aerodynamicModel,
Scalar^ mass,
Scalar^ gravityModel
)
new :
referencePoint : Point *
windModel : WindModel *
aerodynamicModel : SimpleFixedWingForwardFlightAerodynamics *
mass : Scalar *
gravityModel : Scalar -> SimpleFixedWingCoordinatedFlight
Parameters
- referencePoint
- Type: AGI.Foundation.GeometryPoint
The point that defines this axes. - windModel
- Type: AGI.Foundation.CelestialWindModel
The wind model to use in computing the velocity with respect to the atmosphere. - aerodynamicModel
- Type: AGI.Foundation.AircraftPropagationSimpleFixedWingForwardFlightAerodynamics
The aerodynamic force model to apply. - mass
- Type: AGI.Foundation.GeometryScalar
The mass of the aircraft. - gravityModel
- Type: AGI.Foundation.GeometryScalar
The gravitational force model to apply.
See Also