From b1d79b74514041a059b454a9f6fc3970773c0cb8 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 12 Aug 2019 18:19:30 -0400 Subject: [PATCH] Compact toolbar. --- Grid.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Grid.java b/Grid.java index e8b144a..06d07a4 100644 --- a/Grid.java +++ b/Grid.java @@ -62,6 +62,11 @@ */ } + double uStretch() + { + return 1; + } + Vertex biparamFunction(double u, double v) { Vertex temp = new Vertex((2*v-1)*radius*4, 0 /*-radius,*/, (2*u-1)*radius*4); -- Gitblit v1.6.2