4 #include <physics_entity.h> 13 static std::atomic<GLint> next_id;
19 std::shared_ptr<PhysicsEntity> entity1_ptr;
20 std::shared_ptr<PhysicsEntity> entity2_ptr;
34 Spring(GLfloat k, GLfloat l0, std::shared_ptr<PhysicsEntity> entity1_ptr, std::shared_ptr<PhysicsEntity> entity2_ptr);
Spring()
Definition: spring.cpp:5
data structure that represents a spring
Definition: spring.h:10