ChartToolsConvertMapCoordTo3DPointOnSphere Method |
LightningChart .NET Help
Convert map coordinate to a point in 3D space. The 3D space has origin in (0,0,0).
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static PointDouble3D ConvertMapCoordTo3DPointOnSphere(
MapCoordinate mapCoordinate,
double sphereRadius
)
Public Shared Function ConvertMapCoordTo3DPointOnSphere (
mapCoordinate As MapCoordinate,
sphereRadius As Double
) As PointDouble3D
public:
static PointDouble3D ConvertMapCoordTo3DPointOnSphere(
MapCoordinate mapCoordinate,
double sphereRadius
)
Parameters
- mapCoordinate
- Type: Arction.Wpf.ChartingMapCoordinate
Map coordinate. - sphereRadius
- Type: SystemDouble
Sphere radius.
Return Value
Type:
PointDouble3D3D point.
See Also