fCraft.Vector3f.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return (int)(x + y * 1625 + h * 2642245);
        }