Click or drag to resize

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.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static PointDouble3D ConvertMapCoordTo3DPointOnSphere(
	MapCoordinate mapCoordinate,
	double sphereRadius
)

Parameters

mapCoordinate
Type: Arction.WinForms.ChartingMapCoordinate
Map coordinate.
sphereRadius
Type: SystemDouble
Sphere radius.

Return Value

Type: PointDouble3D
3D point.
See Also