Bullet Collision Detection & Physics Library
Classes | Namespaces | Functions
neon/boolInVec.h File Reference
#include <math.h>
#include "floatInVec.h"
Include dependency graph for neon/boolInVec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Vectormath::boolInVec
 

Namespaces

 Vectormath
 

Functions

const boolInVec Vectormath::operator== (boolInVec vec0, boolInVec vec1)
 
const boolInVec Vectormath::operator!= (boolInVec vec0, boolInVec vec1)
 
const boolInVec Vectormath::operator& (boolInVec vec0, boolInVec vec1)
 
const boolInVec Vectormath::operator^ (boolInVec vec0, boolInVec vec1)
 
const boolInVec Vectormath::operator| (boolInVec vec0, boolInVec vec1)
 
const boolInVec Vectormath::select (boolInVec vec0, boolInVec vec1, boolInVec select_vec1)