Normand Briere
2019-08-12 b1d79b74514041a059b454a9f6fc3970773c0cb8
Grid.java
....@@ -62,6 +62,11 @@
6262 */
6363 }
6464
65
+ double uStretch()
66
+ {
67
+ return 1;
68
+ }
69
+
6570 Vertex biparamFunction(double u, double v)
6671 {
6772 Vertex temp = new Vertex((2*v-1)*radius*4, 0 /*-radius,*/, (2*u-1)*radius*4);