#include <GhoulPrimitives.h>


Public Member Functions | |
| virtual | ~Cone () |
| cone | |
| Cone (kVector3 pos1=Vector3::ZERO, kVector3 pos2=Vector3::UNIT_Y, kReal rad1X=1.0, kReal rad1Y=1.0, kReal endscale=1.0, size_t segments=23, size_t height_segments=1) | |
| Cone & | SetParams (kVector3 pos1=Vector3::ZERO, kVector3 pos2=Vector3::UNIT_Y, kReal rad1X=1.0, kReal rad1Y=1.0, kReal endscale=1.0, size_t segments=23, size_t height_segments=1) |
Definition at line 241 of file GhoulPrimitives.h.
| Cone::~Cone | ( | ) | [virtual] |
| Cone & Cone::SetParams | ( | kVector3 | pos1 = Vector3::ZERO, |
|
| kVector3 | pos2 = Vector3::UNIT_Y, |
|||
| kReal | rad1X = 1.0, |
|||
| kReal | rad1Y = 1.0, |
|||
| kReal | endscale = 1.0, |
|||
| size_t | segments = 23, |
|||
| size_t | height_segments = 1 | |||
| ) |
Definition at line 182 of file GhoulPrimitives.cpp.
References GhoulPrimitive::Loft::AddBasePoint(), GhoulPrimitive::Loft::AddPathPoint(), GhoulPrimitive::Primitive::Ellipse(), max(), and PROFILE.
Referenced by Cone().
1.5.6