de.jreality.tutorial.gui
Class SliderExample

java.lang.Object
  extended by de.jreality.tutorial.gui.SliderExample

public class SliderExample
extends java.lang.Object

Extends ParametricSurfaceExample. Visualizes the associated family of the catenoid and helicoid. Adds a slider for the parameter alpha of the associated family

Author:
G. Paul Peters, 22.07.2009

Nested Class Summary
static class SliderExample.HelicoidCatenoid
          This class implements the associated family of the Helicoid and Catenoid x = cos alpha sinh v sin u + sin alpha cosh v cos u y = -cos alpha sinh v cos u + sin alpha cosh v sin u z = u cos alpha + v sin alpha u \in [-Pi,Pi[ v \in \R alpha = 0 helicoid alpha = Pi/2 catenoid
 
Constructor Summary
SliderExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SliderExample

public SliderExample()
Method Detail

main

public static void main(java.lang.String[] args)