WALBERLA_CHECK_EQUAL(isContained,shouldBeContained[i],"Convex Polyhedron check, case "<<i<<": Wrong containment info for position "<<testPositions[i]);
}
autorotation=p.getRotation();
rotation.rotate(Vec3(1_r,0_r,0_r),math::pi/4_r);// rotate by 45° around x axis
WALBERLA_CHECK_EQUAL(isContained,shouldBeContained[i],"Convex Polyhedron rotation check, case "<<i<<": Wrong containment info for position "<<testPositions[i]);