com.nchart3d.NChart.NChartVector3 Class Reference

The NChartVector3 struct stores 3-dimensional coordinates. More...

Public Member Functions

 NChartVector3 (float x, float y, float z)
 Create NChartVector3 with given coordinates. More...
 

Public Attributes

float x
 X coordinate.
 
float y
 Y coordinate.
 
float z
 Z coordinate.
 

Detailed Description

The NChartVector3 struct stores 3-dimensional coordinates.

Constructor & Destructor Documentation

com.nchart3d.NChart.NChartVector3.NChartVector3 ( float  x,
float  y,
float  z 
)
inline

Create NChartVector3 with given coordinates.

Parameters
x- X coordinate.
y- Y coordinate.
z- Z coordinate.