Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
CursorControl
Point3D
C# Class CursorControl.Point3D
Mostrar archivo
Open project: kindohm/kinect-nite-dev
Public Properties
Property
Type
Description
X
float
Y
float
Z
float
Public Methods
Method
Description
Point3D
( )
Point3D
(
float
x
,
float
y
,
float
z
)
Method Details
Point3D()
public
method
public
Point3D
( )
Point3D()
public
method
public
Point3D
(
float
x
,
float
y
,
float
z
)
x
float
y
float
z
float
Property Details
X
public_oe property
public
float
X
return
float
Y
public_oe property
public
float
Y
return
float
Z
public_oe property
public
float
Z
return
float