Normand Briere
2019-08-16 83d0c2fa0bd2e96448f776144e1a89cdb1bb6998
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);