dSetColliderOverride

@brief Sets a custom collider function for two geom classes.

@param i The first geom class handled by this collider @param j The second geom class handled by this collider @param fn The collider function to use to determine collisions. @ingroup collide

extern (C) nothrow
void
dSetColliderOverride
(
int i
,
int j
,)

Meta