Axiom.Math.Plane.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

Gets the hashcode for this Plane.
public GetHashCode ( ) : int
Результат int
		public override int GetHashCode()
		{
			return this.D.GetHashCode() ^ this.Normal.GetHashCode();
		}