Table of Contents

Struct SphericalPoint

Namespace
LightningChartLib.WinForms.Charting.CoordinateConverters
Assembly
LightningChart.WinForms.Charting.NET4.dll

Spherical point.

public struct SphericalPoint
Inherited Members
Extension Methods

Fields

Distance

Distance from origin (0, 0, 0).

public double Distance

Field Value

double

ElevationAngle

Elevation angle.
Also called as Elevation or Altitude, measured from XZ plane. ElevationAngle is 90 degrees - Inclination angle.

public double ElevationAngle

Field Value

double

HeadingAngle

Heading angle. Also called as azimuth and absolute bearing.

public double HeadingAngle

Field Value

double