Hash3D() public static method

public static Hash3D ( int x, int y, int z ) : int
x int
y int
z int
return int
Example #1
0
 public override int GetHashCode()
 {
     return(Hash.Hash3D(this.Width, this.Height, this.Depth));
 }
Example #2
0
 public override int GetHashCode()
 {
     return(Hash.Hash3D(this.X, this.Y, this.Z));
 }