예제 #1
0
 public static double GetRelativeCoordinate(double coord)
 {
     return(MoreMath.MaybeNegativeModulus(coord, PuSize));
 }