Click or drag to resize

SphericalPoint Structure

LightningChart .NET Help
Spherical point.

Namespace:  Arction.Wpf.ChartingMVVM.CoordinateConverters
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public struct SphericalPoint

The SphericalPoint type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldDistance
Distance from origin (0, 0, 0).
Public fieldElevationAngle
Elevation angle. Also called as Elevation or Altitude, measured from XZ plane. ElevationAngle is 90 degrees - Inclination angle.
Public fieldHeadingAngle
Heading angle. Also called as azimuth and absolute bearing.
Top
Extension Methods
  NameDescription
Public Extension MethodToCartesian
Convert spherical point to cartesian XYZ point.
(Defined by SphericalCartesian3D.)
Top
See Also