BoxEmitter

class BoxEmitter

Bases: BaseParticleEmitter

Describes a voluminous box region in which particles are generated.

Inheritance diagram

Inheritance diagram of BoxEmitter

BoxEmitter(void)
BoxEmitter(BoxEmitter const &copy)

constructor

copy constructor

LPoint3 get_max_bound(void) const

boundary accessor

LPoint3 get_min_bound(void) const

boundary accessor

void set_max_bound(LPoint3 const &vmax)

boundary assignment

void set_min_bound(LPoint3 const &vmin)

boundary assignment