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