#include "shape.h"Go to the source code of this file.
Classes | |
| class | Paraboloid |
Functions | |
| Paraboloid * | CreateParaboloidShape (const Transform *o2w, const Transform *w2o, bool reverseOrientation, const ParamSet ¶ms) |
| Paraboloid* CreateParaboloidShape | ( | const Transform * | o2w, | |
| const Transform * | w2o, | |||
| bool | reverseOrientation, | |||
| const ParamSet & | params | |||
| ) |
Definition at line 205 of file paraboloid.cpp.
References ParamSet::FindOneFloat().
Referenced by MakeShape().
1.6.3