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