From f9325048496d7cdbcad233f8a6b84c88e79adcc2 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 17 Sep 2019 20:11:47 -0400
Subject: [PATCH] Rename link2master to link2support.

---
 Cone.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cone.java b/Cone.java
index 1cd10db..490678a 100644
--- a/Cone.java
+++ b/Cone.java
@@ -16,7 +16,7 @@
         retile();
         base = LA.newVector(0, 0, 0); // -1);
         apex = LA.newVector(0, 1, 0); // 1);
-        baseRadius = apexRadius = 1; // 0.125;
+        baseRadius = apexRadius = 0.5; // 0.125;
         //fromStandard = new double[4][4];
         //toStandard = new double[4][4];
         //LA.matIdentity(fromStandard);
@@ -195,7 +195,7 @@
 
     double uStretch()
     {
-        return 6; // Actually 6.28 (I think)
+        return 3; // Actually 3.14 (I think)
     }
     
     double vFlip(double v)

--
Gitblit v1.6.2