Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 24, 2005, 9:21:15 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: static definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/obb_tree_node.h

    r5427 r5430  
    6969    int                 tmpLen1;                    //!< len vert data obbox1
    7070    int                 tmpLen2;                    //!< len vert data obbox2
    71 
    72     static float**      coMat;                      //!< temp covariance matrice save place - consumes less mem
    73     static float**      eigvMat;                    //!< temp eigenvector matrice save place
    74     static float*       eigvlMat;                   //!< temp eigenvalue vector save place
    75     static int*         rotCount;                   //!< temp rotations count save place: how many givens-rotations where needed to transform the matrix :)
    76 
    77     GLUquadricObj*      sphereObj;
    7871};
    7972
Note: See TracChangeset for help on using the changeset viewer.