nvidia::apex::EmitterGeomCylinder Class Reference
Cylindrical shape for an emitter. More...
#include <EmitterGeoms.h>
Inheritance diagram for nvidia::apex::EmitterGeomCylinder:
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. |
Detailed Description
Cylindrical shape for an emitter.
Member Function Documentation
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.
The documentation for this class was generated from the following file:
Generated on Fri Dec 15 2017 13:58:27
Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.