Blender V2.61 - r43446
Functions

btGImpactQuantizedBvh.cpp File Reference

#include "btGImpactQuantizedBvh.h"
#include "LinearMath/btQuickprof.h"

Go to the source code of this file.

Functions

SIMD_FORCE_INLINE bool _quantized_node_collision (btGImpactQuantizedBvh *boxset0, btGImpactQuantizedBvh *boxset1, const BT_BOX_BOX_TRANSFORM_CACHE &trans_cache_1to0, int node0, int node1, bool complete_primitive_tests)
static void _find_quantized_collision_pairs_recursive (btGImpactQuantizedBvh *boxset0, btGImpactQuantizedBvh *boxset1, btPairSet *collision_pairs, const BT_BOX_BOX_TRANSFORM_CACHE &trans_cache_1to0, int node0, int node1, bool complete_primitive_tests)

Function Documentation

static void _find_quantized_collision_pairs_recursive ( btGImpactQuantizedBvh boxset0,
btGImpactQuantizedBvh boxset1,
btPairSet collision_pairs,
const BT_BOX_BOX_TRANSFORM_CACHE &  trans_cache_1to0,
int  node0,
int  node1,
bool  complete_primitive_tests 
) [static]
SIMD_FORCE_INLINE bool _quantized_node_collision ( btGImpactQuantizedBvh boxset0,
btGImpactQuantizedBvh boxset1,
const BT_BOX_BOX_TRANSFORM_CACHE &  trans_cache_1to0,
int  node0,
int  node1,
bool  complete_primitive_tests 
)