#include "stdafx.h"#include "shapes/cone.h"#include "paramset.h"Go to the source code of this file.
Functions | |
| Cone * | CreateConeShape (const Transform *o2w, const Transform *w2o, bool reverseOrientation, const ParamSet ¶ms) |
| Cone* CreateConeShape | ( | const Transform * | o2w, | |
| const Transform * | w2o, | |||
| bool | reverseOrientation, | |||
| const ParamSet & | params | |||
| ) |
Definition at line 203 of file cone.cpp.
References ParamSet::FindOneFloat().
Referenced by MakeShape().
1.6.3