예제 #1
0
 public int CompareTo(FixedPointVector3 other)
 {
     return(Point.CompareTo(other.Point));
 }