Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2005, 6:43:46 PM (18 years ago)
Author:
patrick
Message:

orxonox/trunk: the other jacobi functions doesn't work neither. there is only the possibility to implement it by myself or to search the web for other 2 hours…

File:
1 edited

Legend:

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

    r5492 r5493  
    385385//   OBBTreeNode::coMat[2][2] = 8;
    386386
    387   OBBTreeNode::coMat[0][0] = box->covarianceMatrix[0][0];
    388   OBBTreeNode::coMat[0][1] = box->covarianceMatrix[0][1];
    389   OBBTreeNode::coMat[0][2] = box->covarianceMatrix[0][2];
    390 
    391   OBBTreeNode::coMat[1][0] = box->covarianceMatrix[1][0];
    392   OBBTreeNode::coMat[1][1] = box->covarianceMatrix[1][1];
    393   OBBTreeNode::coMat[1][3] = box->covarianceMatrix[1][2];
    394 
    395   OBBTreeNode::coMat[2][0] = box->covarianceMatrix[2][0];
    396   OBBTreeNode::coMat[2][1] = box->covarianceMatrix[2][1];
    397   OBBTreeNode::coMat[2][2] = box->covarianceMatrix[2][2];
     387//   OBBTreeNode::coMat[1][1] = box->covarianceMatrix[0][0];
     388//   OBBTreeNode::coMat[1][2] = box->covarianceMatrix[0][1];
     389//   OBBTreeNode::coMat[1][3] = box->covarianceMatrix[0][2];
     390//
     391//   OBBTreeNode::coMat[2][1] = box->covarianceMatrix[1][0];
     392//   OBBTreeNode::coMat[2][2] = box->covarianceMatrix[1][1];
     393//   OBBTreeNode::coMat[2][3] = box->covarianceMatrix[1][2];
     394//
     395//   OBBTreeNode::coMat[3][1] = box->covarianceMatrix[2][0];
     396//   OBBTreeNode::coMat[3][2] = box->covarianceMatrix[2][1];
     397//   OBBTreeNode::coMat[3][3] = box->covarianceMatrix[2][2];
    398398
    399399
Note: See TracChangeset for help on using the changeset viewer.