Click or drag to resize

CylindricalPoint Structure

LightningChart .NET Help
Cylindrical point.

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

The CylindricalPoint 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 fieldAngle
Heading angle. Also called as azimuth and absolute bearing.
Public fieldDistance
Distance along XZ plane.
Public fieldY
Y value.
Top
Extension Methods
  NameDescription
Public Extension MethodToCartesian
Convert cylindrical point to cartesian XYZ point.
(Defined by CylindricalCartesian3D.)
Top
See Also