Normand Briere
2019-08-12 8f1afe25ea8fc8801aab66331c32a50859a758c2
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;