成员的完整列表,这些成员属于 eve::physics::Fluid,包括所有继承而来的类成员
| clear() | eve::physics::Fluid | |
| clearBounds() | eve::physics::Fluid | |
| destroy() | eve::physics::Fluid | |
| draw(graphics::Graphics *gfx) | eve::physics::Fluid | |
| emit(float x, float y, int count, float vx=0.f, float vy=0.f) | eve::physics::Fluid | |
| Fluid(int capacity=512) | eve::physics::Fluid | explicit |
| Fluid(const Fluid &)=delete | eve::physics::Fluid | |
| getCapacity() const | eve::physics::Fluid | inline |
| getColorA() const | eve::physics::Fluid | inline |
| getColorB() const | eve::physics::Fluid | inline |
| getColorG() const | eve::physics::Fluid | inline |
| getColorR() const | eve::physics::Fluid | inline |
| getGravityX() const | eve::physics::Fluid | inline |
| getGravityY() const | eve::physics::Fluid | inline |
| getIterations() const | eve::physics::Fluid | inline |
| getNearPressureStiffness() const | eve::physics::Fluid | inline |
| getParticleCount() const | eve::physics::Fluid | inline |
| getParticleSize() const | eve::physics::Fluid | inline |
| getParticleVx(int index) const | eve::physics::Fluid | |
| getParticleVy(int index) const | eve::physics::Fluid | |
| getParticleX(int index) const | eve::physics::Fluid | |
| getParticleY(int index) const | eve::physics::Fluid | |
| getPressureStiffness() const | eve::physics::Fluid | inline |
| getRestDensity() const | eve::physics::Fluid | inline |
| getSmoothingRadius() const | eve::physics::Fluid | inline |
| getViscosity() const | eve::physics::Fluid | inline |
| interactAt(float x, float y, float radius, float strength) | eve::physics::Fluid | |
| operator=(const Fluid &)=delete | eve::physics::Fluid | |
| setBounds(float x, float y, float w, float h) | eve::physics::Fluid | |
| setColor(float r, float g, float b, float a=1.f) | eve::physics::Fluid | |
| setGravity(float gx, float gy) | eve::physics::Fluid | |
| setIterations(int iterations) | eve::physics::Fluid | |
| setNearPressureStiffness(float k) | eve::physics::Fluid | |
| setParticleSize(float size) | eve::physics::Fluid | |
| setPressureStiffness(float k) | eve::physics::Fluid | |
| setRestDensity(float density) | eve::physics::Fluid | |
| setSmoothingRadius(float radius) | eve::physics::Fluid | |
| setViscosity(float viscosity) | eve::physics::Fluid | |
| update(float dt) | eve::physics::Fluid | |
| ~Fluid() | eve::physics::Fluid | |