Normand Briere
2019-08-26 6266c8a4b2485b29a7d5bcb217460d7aad3e1c4a
Grid.java
....@@ -67,6 +67,11 @@
6767 return 1;
6868 }
6969
70
+ double vFlip(double v)
71
+ {
72
+ return 1-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);