Beispiel #1
0
 public int CompareTo(Vector3i other)
 {
     return(Get30BitZCurveValue().CompareTo(other.Get30BitZCurveValue()));
 }