ChartToolsCalculateMapCoordSphericalAngles Method |
LightningChart .NET Help
Calculate map coordinate spherical angles, phi and theta.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static void CalculateMapCoordSphericalAngles(
MapCoordinate coordinate,
double sphereRadius,
out double phi,
out double theta
)
Public Shared Sub CalculateMapCoordSphericalAngles (
coordinate As MapCoordinate,
sphereRadius As Double,
<OutAttribute> ByRef phi As Double,
<OutAttribute> ByRef theta As Double
)
public:
static void CalculateMapCoordSphericalAngles(
MapCoordinate coordinate,
double sphereRadius,
[OutAttribute] double% phi,
[OutAttribute] double% theta
)
Parameters
- coordinate
- Type: Arction.Wpf.ChartingMapCoordinate
Coordinate. - sphereRadius
- Type: SystemDouble
Sphere radius. - phi
- Type: SystemDouble
Phi angle in degrees. - theta
- Type: SystemDouble
Theta angle in degrees.
See Also