#include <emit.h>
Inheritance diagram for iEmitCone:
Public Methods | |
virtual void | SetContent (const csVector3 &origin, float elevation, float azimuth, float aperture, float min, float max)=0 |
set content, origin, elevation, azimuth, aperture(opening), and distance min, distance max from the origin of the cone. | |
virtual void | GetContent (csVector3 &origin, float &elevation, float &azimuth, float &aperture, float &min, float &max)=0 |
get content. |