Table of Contents

Namespace LightningChartLib.WinForms.Charting.CoordinateConverters

Classes

CylindricalCartesian3D

Cylindrical / 3D cartesian coordinates converter class. XZ plane is the reference plane (polar coordinates plane).

SphericalCartesian3D

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.

Structs

CylindricalPoint

Cylindrical point.

SphericalPoint

Spherical point.