C# Class xn.Point3D

Show file Open project: roxlu/OpenNI Class Usage Examples

Public Properties

Property Type Description
X System.Single
Y System.Single
Z System.Single

Public Methods

Method Description
Point3D ( System.Single x, System.Single y, System.Single z ) : System

Method Details

Point3D() public method

public Point3D ( System.Single x, System.Single y, System.Single z ) : System
x System.Single
y System.Single
z System.Single
return System

Property Details

X public property

public Single,System X
return System.Single

Y public property

public Single,System Y
return System.Single

Z public property

public Single,System Z
return System.Single