Click or drag to resize
NChartVector3 Structure
The NChartVector struct stores 3-dimentional coordinates.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public struct NChartVector3

The NChartVector3 type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldX
X coordinate.
Public fieldY
Y coordinate.
Public fieldZ
Z coordinate.
Top
See Also