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