ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/RigidBody.hpp
(Generate patch)

Comparing trunk/SHAPES/RigidBody.hpp (file contents):
Revision 1271 by gezelter, Tue Jun 15 20:20:36 2004 UTC vs.
Revision 1287 by chrisfen, Wed Jun 23 20:18:48 2004 UTC

# Line 45 | Line 45 | class RigidBody { (public)
45    void body2Lab( double r[3] );
46  
47    void calcRefCoords( void );
48 <  void doEulerToRotMat(vec3 &euler, mat3x3 &myA );
48 >  void doEulerToRotMat(double euler[3], double myA[3][3] );
49    void updateAtoms( void );
50  
51    void getGrad(double gradient[6] );
# Line 53 | Line 53 | class RigidBody { (public)
53  
54    double max(double x, double y);
55    double min(double x, double y);
56 +  
57 +  double findMaxExtent( void );
58  
59    // utility routines
60  
# Line 63 | Line 65 | class RigidBody { (public)
65  
66    void getAtomPos(double theP[3], int index);
67    void getAtomRefCoor(double pos[3], int index);
68 +  double getAtomRpar(int index);
69 +  double getAtomEps(int index);
70 +  char *getAtomBase(int index);
71 +  
72   protected:
73  
74    double mass;     // the total mass

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines