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