Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2005, 10:59:50 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: further work on the test env, cdengine draw functions, debug functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc

    r4550 r4551  
    103103        }
    104104    }
     105
     106  printf("Covariance Matrix:\n");
     107    for(int j = 0; j < 3; ++j)
     108    {
     109      printf(" |");
     110      for(int k = 0; k < 3; ++k)
     111        {
     112          printf(" \b%f ", covariance[j][k]);
     113        }
     114      printf(" |\n");
     115    }
    105116}
    106117
Note: See TracChangeset for help on using the changeset viewer.