AnimatLab  2
Test
BlLinearHillStretchReceptor.h
1 // BlLinearHillStretchReceptor.h: interface for the VsMuscle class.
2 //
4 #pragma once
5 
6 namespace BulletAnimatSim
7 {
8  namespace Environment
9  {
10  namespace Bodies
11  {
12 
14 {
15 protected:
16 
17 public:
19  virtual ~BlLinearHillStretchReceptor();
20 
21  virtual void CreateParts();
22  virtual void CreateJoints();
23  virtual void ResetSimulation();
24  virtual void AfterResetSimulation();
25  virtual void StepSimulation();
26 };
27 
28  } //Bodies
29  } // Environment
30 } //BulletAnimatSim
A muscle that is connected between two attachment points.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.