SimpleSolarRadiationForce Constructor (Point, Scalar, Scalar) |
Creates a instance based on the given target point and its coefficients.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SimpleSolarRadiationForce(
Point targetPoint,
Scalar reflectivityCoefficient,
Scalar referenceArea
)
Public Sub New (
targetPoint As Point,
reflectivityCoefficient As Scalar,
referenceArea As Scalar
)
public:
SimpleSolarRadiationForce(
Point^ targetPoint,
Scalar^ reflectivityCoefficient,
Scalar^ referenceArea
)
new :
targetPoint : Point *
reflectivityCoefficient : Scalar *
referenceArea : Scalar -> SimpleSolarRadiationForce
Parameters
- targetPoint
- Type: AGI.Foundation.GeometryPoint
The target point used to define the geometry required for the
ScalarOccultation, including the SunCentralBody as the
illuminating body and the EarthCentralBody and MoonCentralBody
as occluding bodies. - reflectivityCoefficient
- Type: AGI.Foundation.GeometryScalar
The reflectivity coefficient of the satellite. - referenceArea
- Type: AGI.Foundation.GeometryScalar
The reference area of the satellite used to model radiation pressure.
See Also