b3VectorFloat4.h 235 B

1234567891011
  1. #ifndef B3_VECTOR_FLOAT4_H
  2. #define B3_VECTOR_FLOAT4_H
  3. #include "Bullet3Common/b3Transform.h"
  4. //#define cross3(a,b) (a.cross(b))
  5. #define float4 b3Vector3
  6. //#define make_float4(x,y,z,w) b3Vector4(x,y,z,w)
  7. #endif //B3_VECTOR_FLOAT4_H