Bullet Collision Detection & Physics Library
|
Go to the source code of this file.
Classes | |
class | btIntSortPredicate |
original version written by Erwin Coumans, October 2013 More... | |
struct | btMatrixX< T > |
struct | btVectorX< T > |
Macros | |
#define | btVectorXu btVectorXf |
#define | btMatrixXu btMatrixXf |
Typedefs | |
typedef btMatrixX< float > | btMatrixXf |
typedef btVectorX< float > | btVectorXf |
typedef btMatrixX< double > | btMatrixXd |
typedef btVectorX< double > | btVectorXd |
Functions | |
void | setElem (btMatrixXd &mat, int row, int col, double val) |
void | setElem (btMatrixXf &mat, int row, int col, float val) |
#define btMatrixXu btMatrixXf |
Definition at line 499 of file btMatrixX.h.
#define btVectorXu btVectorXf |
Definition at line 498 of file btMatrixX.h.
typedef btMatrixX<double> btMatrixXd |
Definition at line 479 of file btMatrixX.h.
typedef btMatrixX<float> btMatrixXf |
Definition at line 476 of file btMatrixX.h.
typedef btVectorX<double> btVectorXd |
Definition at line 480 of file btMatrixX.h.
typedef btVectorX<float> btVectorXf |
Definition at line 477 of file btMatrixX.h.
|
inline |
Definition at line 484 of file btMatrixX.h.
|
inline |
Definition at line 489 of file btMatrixX.h.