成员的完整列表,这些成员属于 eve::physics::Cloth,包括所有继承而来的类成员
| applyForce(float fx, float fy) | eve::physics::Cloth | |
| clearBounds() | eve::physics::Cloth | |
| Cloth(int cols, int rows, float spacing, float originX, float originY) | eve::physics::Cloth | |
| Cloth(const Cloth &)=delete | eve::physics::Cloth | |
| destroy() | eve::physics::Cloth | |
| draw(graphics::Graphics *gfx) | eve::physics::Cloth | |
| getColorA() const | eve::physics::Cloth | inline |
| getColorB() const | eve::physics::Cloth | inline |
| getColorG() const | eve::physics::Cloth | inline |
| getColorR() const | eve::physics::Cloth | inline |
| getCols() const | eve::physics::Cloth | inline |
| getDamping() const | eve::physics::Cloth | inline |
| getGrabIndex() const | eve::physics::Cloth | inline |
| getGravityX() const | eve::physics::Cloth | inline |
| getGravityY() const | eve::physics::Cloth | inline |
| getIterations() const | eve::physics::Cloth | inline |
| getOriginX() const | eve::physics::Cloth | inline |
| getOriginY() const | eve::physics::Cloth | inline |
| getParticleCount() const | eve::physics::Cloth | inline |
| getParticleX(int index) const | eve::physics::Cloth | |
| getParticleY(int index) const | eve::physics::Cloth | |
| getRows() const | eve::physics::Cloth | inline |
| getSpacing() const | eve::physics::Cloth | inline |
| getStiffness() const | eve::physics::Cloth | inline |
| grabAt(float x, float y, float radius=24.f) | eve::physics::Cloth | |
| isGrabbing() const | eve::physics::Cloth | inline |
| isPinned(int index) const | eve::physics::Cloth | |
| moveGrab(float x, float y) | eve::physics::Cloth | |
| operator=(const Cloth &)=delete | eve::physics::Cloth | |
| pin(int index) | eve::physics::Cloth | |
| pinTopRow() | eve::physics::Cloth | |
| releaseGrab() | eve::physics::Cloth | |
| setBounds(float x, float y, float w, float h) | eve::physics::Cloth | |
| setColor(float r, float g, float b, float a=1.f) | eve::physics::Cloth | |
| setDamping(float damping) | eve::physics::Cloth | |
| setGravity(float gx, float gy) | eve::physics::Cloth | |
| setIterations(int iterations) | eve::physics::Cloth | |
| setParticlePosition(int index, float x, float y) | eve::physics::Cloth | |
| setStiffness(float stiffness) | eve::physics::Cloth | |
| unpin(int index) | eve::physics::Cloth | |
| update(float dt) | eve::physics::Cloth | |
| ~Cloth() | eve::physics::Cloth | |