Click or drag to resize

PointDouble3D Structure

LightningChart .NET Help
Point 3D as double coordinates.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public struct PointDouble3D

The PointDouble3D type exposes the following members.

Constructors
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
Convert class description to string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldTag
Tag. Freely assignable object.
Public fieldX
X-coordinate.
Public fieldY
Y-coordinate.
Public fieldZ
Z-coordinate.
Top
Extension Methods
  NameDescription
Public Extension MethodToCylindrical
Convert a cartesian XYZ point into cylindrical point.
(Defined by CylindricalCartesian3D.)
Public Extension MethodToSpherical
Convert a cartesian XYZ point into spherical point.
(Defined by SphericalCartesian3D.)
Top
See Also