NFrame.NFVector3.NFVector3 C# (CSharp) Method

NFVector3() public method

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

Same methods

NFVector3::NFVector3 ( ) : System