Normand Briere
2019-08-20 564f4d12d93813b5d680fc24d4f118c3886d96ed
Cone.java
....@@ -198,6 +198,11 @@
198198 return 6; // Actually 6.28 (I think)
199199 }
200200
201
+ double vFlip(double v)
202
+ {
203
+ return 1-v;
204
+ }
205
+
201206 Vertex biparamFunction(double u, double v)
202207 {
203208 cVector tPos;