bool PxcPCMContactBoxMesh(GU_CONTACT_METHOD_ARGS)
{
	return pcmContactBoxMesh(shape0, shape1, transform0, transform1, params, cache, contactBuffer, renderOutput);
}
bool PxcPCMContactBoxMesh(CONTACT_METHOD_ARGS)
{
    return pcmContactBoxMesh(shape0, shape1, transform0, transform1, contactDistance, npCache, contactBuffer);
}