EpForceDirectedGraph.cs.FDGVector2.FDGVector2 C# (CSharp) Method

FDGVector2() public method

public FDGVector2 ( ) : System
return System
        public FDGVector2()
            : base()
        {
            x = 0.0f;
            y = 0.0f;
            z = 0.0f;
        }

Same methods

FDGVector2::FDGVector2 ( float iX, float iY ) : System