AtmosphericDragForce Constructor (ScalarAtmosphericDensity, Scalar, Scalar) | 
 
            Initializes a Vector describing the drag force on an object.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AtmosphericDragForce(
	ScalarAtmosphericDensity density,
	Scalar coefficientOfDrag,
	Scalar referenceArea
)
Public Sub New ( 
	density As ScalarAtmosphericDensity,
	coefficientOfDrag As Scalar,
	referenceArea As Scalar
)
public:
AtmosphericDragForce(
	ScalarAtmosphericDensity^ density, 
	Scalar^ coefficientOfDrag, 
	Scalar^ referenceArea
)
new : 
        density : ScalarAtmosphericDensity * 
        coefficientOfDrag : Scalar * 
        referenceArea : Scalar -> AtmosphericDragForceParameters
- density
 - Type: AGI.Foundation.CelestialScalarAtmosphericDensity
The object that calculates density at the object's location,
            note that this object also holds the central body and position data. - coefficientOfDrag
 - Type: AGI.Foundation.GeometryScalar
The drag coefficient of the object. - referenceArea
 - Type: AGI.Foundation.GeometryScalar
The reference area of the object. 
See Also