RectangleEmitter

class RectangleEmitter

Bases: BaseParticleEmitter

Describes a planar square region in which particles are generated.

Inheritance diagram

Inheritance diagram of RectangleEmitter

RectangleEmitter(void)
RectangleEmitter(RectangleEmitter const &copy)

constructor

copy constructor

LPoint2 get_max_bound(void) const

boundary get

LPoint2 get_min_bound(void) const

boundary get

void set_max_bound(LPoint2 const &vmax)

boundary set

void set_min_bound(LPoint2 const &vmin)

boundary set