#include "shape.h"Go to the source code of this file.
Classes | |
| class | Hyperboloid |
Defines | |
| #define | SQR(a) ((a)*(a)) |
| #define | QUAD(a) ((SQR(a))*(SQR(a))) |
Functions | |
| DLLEXPORT Shape * | CreateShape (const Transform &o2w, bool reverseOrientation, const ParamSet ¶ms) |
| #define QUAD | ( | a | ) | ((SQR(a))*(SQR(a))) |
| #define SQR | ( | a | ) | ((a)*(a)) |
| DLLEXPORT Shape* CreateShape | ( | const Transform & | o2w, | |
| bool | reverseOrientation, | |||
| const ParamSet & | params | |||
| ) |
Definition at line 240 of file hyperboloid.cpp.
References ParamSet::FindOneFloat(), ParamSet::FindOnePoint(), Hyperboloid::Hyperboloid(), Hyperboloid::p1, and Hyperboloid::p2.
1.5.6