Click or drag to resize

SphericalCartesian3D Class

LightningChart .NET Help
Spherical to 3D cartesian coordinates converter class. Assumes spherical data point to be defined in azimuth / elevation system coordinates. For elevation, the XZ plane is the reference plane. (e.g. equatorial plane). Elevation is angle measured from that plane. To apply values from polar inclination system, use formula Elevation = 90 - Inclination.
Inheritance Hierarchy
SystemObject
  Arction.Wpf.ChartingMVVM.CoordinateConvertersSphericalCartesian3D

Namespace:  Arction.Wpf.ChartingMVVM.CoordinateConverters
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static class SphericalCartesian3D

The SphericalCartesian3D type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToCartesian(SphericalPoint)
Convert spherical point to cartesian XYZ point.
Public methodStatic memberToCartesian(SphericalPoint)
Convert spherical point array to a series point array. Fills X, Y and Z fields of SeriesPoints3D.
Public methodStatic memberToCartesian(SphericalPoint)
Convert spherical point array to a surface point array. Fills X, Y and Z fields of SurfacePoints
Public methodStatic memberToSpherical
Convert a cartesian XYZ point into spherical point.
Top
See Also