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