DemoLib.Vertex.Vertex C# (CSharp) Method

Vertex() public method

public Vertex ( ) : System
return System
        public Vertex()
            : this(0.0f, 0.0f, 0.0f, 1.0f)
        {
        }

Same methods

Vertex::Vertex ( float x ) : System
Vertex::Vertex ( float x, float y ) : System
Vertex::Vertex ( float x, float y, float z ) : System
Vertex::Vertex ( float x, float y, float z, float w ) : System
Vertex::Vertex ( float vector, int length ) : System