Cone.java
.. .. @@ -198,6 +198,11 @@ 198 198 return 6; // Actually 6.28 (I think) 199 199 } 200 200 201 + double vFlip(double v)202 + {203 + return 1-v;204 + }205 +201 206 Vertex biparamFunction(double u, double v) 202 207 { 203 208 cVector tPos;