Hash3D() public static méthode

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