Normand Briere
2019-08-22 0c7b833be7d86598a6813cd1c6db0ca9e1b17966
Cone.java
....@@ -193,6 +193,16 @@
193193 return inside;
194194 }
195195
196
+ double uStretch()
197
+ {
198
+ return 6; // Actually 6.28 (I think)
199
+ }
200
+
201
+ double vFlip(double v)
202
+ {
203
+ return 1-v;
204
+ }
205
+
196206 Vertex biparamFunction(double u, double v)
197207 {
198208 cVector tPos;