C# Class SceneViewerWPF.DxCube.Vertex

Exibir arquivo Open project: kobush/ManagedOpenNI

Public Properties

Property Type Description
_normal System.Vector3
_pos System.Vector3
_texC System.Vector2

Public Methods

Method Description
Vertex ( float x, float y, float z, float nx, float ny, float nz, float u, float v ) : System

Method Details

Vertex() public method

public Vertex ( float x, float y, float z, float nx, float ny, float nz, float u, float v ) : System
x float
y float
z float
nx float
ny float
nz float
u float
v float
return System

Property Details

_normal public_oe property

public Vector3,System _normal
return System.Vector3

_pos public_oe property

public Vector3,System _pos
return System.Vector3

_texC public_oe property

public Vector2,System _texC
return System.Vector2