Cylindrical shape for an emitter. More...
#include <EmitterGeoms.h>
Public Member Functions | |
virtual void | setRadius (float radius)=0 |
Set cylinder radius. | |
virtual float | getRadius () const =0 |
Get cylinder radius. | |
virtual void | setHeight (float height)=0 |
Set cylinder height. | |
virtual float | getHeight () const =0 |
Get cylinder height. |
Cylindrical shape for an emitter.
virtual float nvidia::apex::EmitterGeomCylinder::getHeight | ( | ) | const [pure virtual] |
Get cylinder height.
virtual float nvidia::apex::EmitterGeomCylinder::getRadius | ( | ) | const [pure virtual] |
Get cylinder radius.
virtual void nvidia::apex::EmitterGeomCylinder::setHeight | ( | float | height | ) | [pure virtual] |
Set cylinder height.
virtual void nvidia::apex::EmitterGeomCylinder::setRadius | ( | float | radius | ) | [pure virtual] |
Set cylinder radius.