Ellipsoid.ApparentAngularSize Method |
Provides the minimum and maximum apparent angular size of the ellipsoid, as
viewed from the provided point. The point must be exterior to the ellipsoid.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double[] ApparentAngularSize(
Cartesian point
)
Public Function ApparentAngularSize (
point As Cartesian
) As Double()
public:
array<double>^ ApparentAngularSize(
Cartesian point
)
member ApparentAngularSize :
point : Cartesian -> float[]
Parameters
- point
- Type: AGI.Foundation.Coordinates.Cartesian
The position exterior to the ellipsoid.
Return Value
Type:
Double[]The smallest and largest apparent angular separation, respectively.
See Also