Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetHashCode()

override readonly int System.Numerics.Plane.GetHashCode ( )
inline

Definition at line 191 of file Plane.cs.

192 {
193 return Normal.GetHashCode() + D.GetHashCode();
194 }
override readonly int GetHashCode()
Definition Vector3.cs:362

References System.Numerics.Plane.D, System.Numerics.Vector3.GetHashCode(), and System.Numerics.Plane.Normal.