From 66aca73cce89e4b4d7521862760edf4b0888bc38 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sat, 17 Aug 2019 20:45:38 -0400 Subject: [PATCH] Tree icons, tabbed pane + credits. --- Grid.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Grid.java b/Grid.java index 06d07a4..f4023e6 100644 --- a/Grid.java +++ b/Grid.java @@ -67,6 +67,11 @@ return 1; } + double vFlip(double v) + { + return 1-v; + } + 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