Hash3D() 공개 정적인 메소드

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