AnimatLab  2
Test
BlConstraintFriction.h
1 // BlConstraintFriction.h: interface for the BlConstraintFriction class.
2 //
4 #pragma once
5 
6 namespace BulletAnimatSim
7 {
8  namespace Environment
9  {
10 
12  {
13  protected:
14  virtual void SetFrictionProperties();
15 
16  public:
18  virtual ~BlConstraintFriction();
19 
20  virtual void Initialize();
21  };
22 
23  } // Visualization
24 } //BulletAnimatSim
Classes for implementing the cm-labs vortex physics engine for AnimatLab.