Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public SimpleFixedWingCoordinatedFlight(
	Point referencePoint,
	WindModel windModel,
	SimpleFixedWingForwardFlightAerodynamics aerodynamicModel,
	Scalar mass,
	Scalar gravityModel
)

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