Normand Briere
2019-08-12 8f1afe25ea8fc8801aab66331c32a50859a758c2
Grid.java
....@@ -67,6 +67,11 @@
6767 return 1;
6868 }
6969
70
+ double vFlip(double v)
71
+ {
72
+ return v;
73
+ }
74
+
7075 Vertex biparamFunction(double u, double v)
7176 {
7277 Vertex temp = new Vertex((2*v-1)*radius*4, 0 /*-radius,*/, (2*u-1)*radius*4);