Bullet Collision Detection & Physics Library
Classes | Macros | Typedefs | Functions
btMatrixX.h File Reference
#include "LinearMath/btQuickprof.h"
#include "LinearMath/btAlignedObjectArray.h"
#include <stdio.h>
Include dependency graph for btMatrixX.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  btIntSortPredicate
 original version written by Erwin Coumans, October 2013 More...
 
struct  btVectorX< T >
 
struct  btMatrixX< 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)
 

Macro Definition Documentation

#define btMatrixXu   btMatrixXf

Definition at line 549 of file btMatrixX.h.

#define btVectorXu   btVectorXf

Definition at line 548 of file btMatrixX.h.

Typedef Documentation

typedef btMatrixX<double> btMatrixXd

Definition at line 488 of file btMatrixX.h.

typedef btMatrixX<float> btMatrixXf

Definition at line 485 of file btMatrixX.h.

typedef btVectorX<double> btVectorXd

Definition at line 489 of file btMatrixX.h.

typedef btVectorX<float> btVectorXf

Definition at line 486 of file btMatrixX.h.

Function Documentation

void setElem ( btMatrixXd mat,
int  row,
int  col,
double  val 
)
inline

Definition at line 534 of file btMatrixX.h.

void setElem ( btMatrixXf mat,
int  row,
int  col,
float  val 
)
inline

Definition at line 539 of file btMatrixX.h.