// Split from model.pde

// -10
size(200,100,P3D);
rotateY(PI);
_checkEqual( -10, modelX(10,0,0) );
