2017-08-01 12:30:58 +00:00
|
|
|
#ifndef B3_VECTOR_FLOAT4_H
|
|
|
|
#define B3_VECTOR_FLOAT4_H
|
|
|
|
|
|
|
|
#include "Bullet3Common/b3Transform.h"
|
|
|
|
|
|
|
|
//#define cross3(a,b) (a.cross(b))
|
|
|
|
#define float4 b3Vector3
|
|
|
|
//#define make_float4(x,y,z,w) b3Vector4(x,y,z,w)
|
|
|
|
|
2019-01-03 13:26:51 +00:00
|
|
|
#endif //B3_VECTOR_FLOAT4_H
|