public class SliderExample extends Object
ParametricSurfaceExample. Visualizes the associated family of
the catenoid and helicoid. Adds a slider for the parameter alpha of the associated
family| Modifier and Type | Class and Description |
|---|---|
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 and Description |
|---|
SliderExample() |
public static void main(String[] args)