Normand Briere
2019-08-13 0cdf3fb57ddea3226f094ba45c836c7e9b123e3a
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;