NFrame.NFVector3.NFVector3 C# (CSharp) Method

NFVector3() public method

public NFVector3 ( ) : System
return System
        public NFVector3()
        {
            this.x = 0.0f;
            this.y = 0.0f;
            this.z = 0.0f;
        }
        public NFVector3(float x, float y, float z)

Same methods

NFVector3::NFVector3 ( float x, float y, float z ) : System