18 #ifndef B2_PARTICLE_ASSEMBLY_H
19 #define B2_PARTICLE_ASSEMBLY_H
21 #include <Box2D/Common/b2GrowableBuffer.h>
22 #include <Box2D/Common/b2Math.h>
30 uint16 comparatorIndex;
39 enum { NUM_V32_SLOTS = 4 };
45 extern int CalculateTags_Simd(
const b2Vec2* positions,
47 const float& inverseDiameter,
50 extern void FindContactsFromChecks_Simd(
54 const float& particleDiameterSq,
55 const float& particleDiameterInv,
Definition: b2ParticleSystem.h:53
A 2D column vector.
Definition: b2Math.h:56