#include <spring.hxx>
Public Member Functions | |
| Spring (Particle *f, Particle *s, float l) | |
| Spring (Particle *f, Particle *s) | |
| Spring (World *world, lisp_object_t *cursor) | |
| ~Spring () | |
| void | update (float delta) | 
| void | draw (ZoomGraphicContext *gc) | 
| void | draw_highlight (ZoomGraphicContext *gc) | 
| void | recalc_length () | 
| lisp_object_t * | serialize () | 
Public Attributes | |
| std::pair< Particle *, Particle * > | particles | 
| float | length | 
| bool | destroyed | 
| float | stiffness | 
| float | damping | 
| float | max_stretch | 
      
  | 
  ||||||||||||||||
| 
 
 Definition at line 25 of file spring.cxx. References damping, destroyed, length, max_stretch, particles, Particle::spring_links, and stiffness.  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 40 of file spring.cxx. References damping, destroyed, length, max_stretch, particles, Particle::pos, Particle::spring_links, and stiffness.  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 57 of file spring.cxx. References damping, World::get_particle_mgr(), length, lisp_cdr(), ParticleFactory::lookup_particle(), max_stretch, particles, LispReader::read_float(), LispReader::read_int(), and stiffness.  | 
  
      
  | 
  
| 
 
 Definition at line 96 of file spring.cxx. References particles.  | 
  
      
  | 
  
| 
 
 Definition at line 135 of file spring.cxx. References length, Vector2d::norm(), and particles.  | 
  
      
  | 
  
| 
 
 Definition at line 154 of file spring.cxx. References particles. Referenced by WorldViewInsertTool::draw_foreground().  | 
  
      
  | 
  
| 
 Forces the recalculation of the springs length Definition at line 176 of file spring.cxx.  | 
  
      
  | 
  
| 
 
 Definition at line 162 of file spring.cxx. References LispWriter::create_lisp(), particles, LispWriter::write_float(), and LispWriter::write_int().  | 
  
      
  | 
  
| 
 
 Definition at line 103 of file spring.cxx. References damping, destroyed, Vector2d::dot(), length, max_stretch, Vector2d::norm(), Vector2d::normalize(), particles, and stiffness.  | 
  
      
  | 
  
| 
 
 Definition at line 40 of file spring.hxx.  | 
  
      
  | 
  
| 
 
 Definition at line 37 of file spring.hxx.  | 
  
      
  | 
  
| 
 
 Definition at line 36 of file spring.hxx. Referenced by draw(), recalc_length(), Spring(), and update().  | 
  
      
  | 
  
| 
 
 Definition at line 41 of file spring.hxx.  | 
  
      
  | 
  
| 
 
 Definition at line 34 of file spring.hxx. Referenced by draw(), draw_highlight(), recalc_length(), serialize(), Spring(), update(), and ~Spring().  | 
  
      
  | 
  
| 
 
 Definition at line 39 of file spring.hxx.  | 
  
1.3-rc3