C# Class CSharpGL.TeapotModel.Face

Mostrar archivo Open project: bitzhuwei/CSharpGL

Public Properties

Property Type Description
vertexId1 ushort
vertexId2 ushort
vertexId3 ushort

Public Methods

Method Description
Face ( ushort vertexId1, ushort vertexId2, ushort vertexId3 )

Method Details

Face() public method

public Face ( ushort vertexId1, ushort vertexId2, ushort vertexId3 )
vertexId1 ushort
vertexId2 ushort
vertexId3 ushort

Property Details

vertexId1 public_oe property

public ushort vertexId1
return ushort

vertexId2 public_oe property

public ushort vertexId2
return ushort

vertexId3 public_oe property

public ushort vertexId3
return ushort