Exemplo n.º 1
0
 public static IPoly Contract(this IPoly poly, float tValues, bool[] locks)
 {
     return(poly.Contract(poly.Average(), tValues, locks));
 }
Exemplo n.º 2
0
 public static IPoly Contract(this IPoly poly, float tValue)
 {
     return(poly.Contract(poly.Average(), tValue));
 }