CSharpGL.TeapotModel.Face.Face C# (CSharp) Method

Face() public method

public Face ( ushort vertexId1, ushort vertexId2, ushort vertexId3 )
vertexId1 ushort
vertexId2 ushort
vertexId3 ushort
            public Face(ushort vertexId1, ushort vertexId2, ushort vertexId3)
            {
                this.vertexId1 = vertexId1;
                this.vertexId2 = vertexId2;
                this.vertexId3 = vertexId3;
            }
TeapotModel.Face