//result.drawCoordSystem(sphereTr);
PointCollector pointCollector = new PointCollector();
gjk.init(convexA, convexB, simplexSolver, null); // penetrationDepthSolver);
ClosestPointInput input = pointInputsPool.get();
input.init();
try {
// we don't use margins during CCD
// gjk.setIgnoreMargin(true);
input.transformA.set(fromA);