HyperspaceExplorer 0.7.1
|
#include <SteinerFunction.h>
Public Member Functions | |
SteinerFunction (double _umin, double _umax, double _ustep, double _vmin, double _vmax, double _vstep, double _a=2.) | |
constructor | |
virtual void | Draw (void) |
draw the projected Surface (onto screen or into GL list, as it is) | |
Protected Member Functions | |
virtual VecMath::Vector< 4 > & | f (double, double)=0 |
The mathematical function defining the Function object. | |
virtual VecMath::Vector< 4 > * | df (double, double) |
Private Attributes | |
double | a |
? | |
double | umin |
? | |
double | umax |
? | |
double | du |
? | |
double | vmin |
? | |
double | vmax |
? | |
double | dv |
? | |
VecMath::Vector< 4 > | F |
Class defining a Steiner surface
this is sort of a dead branch, I haven't really implemented anything; needs to be redone to fit in
VecMath::Vector< 4 > * SteinerFunction::df | ( | double | uu, |
double | vv | ||
) | [protected, virtual] |