assertCorrectRotations(PI / 2.0, 0.0, 3.0*PI/2.0);
assertCorrectRotations(PI / 2.0, PI, 3.0*PI/2.0);
}
private void assertCorrectRotations(double rotationX, double rotationY, double rotationZ){
ParsedData data = new ParsedData();
data.fixedObjects.put(THEIR_UPPER_CORNER,
THEIR_UPPER_CORNER.getAbsolutePosition().rotateOverZ(-rotationZ).rotateOverY(-rotationY).rotateOverX(-rotationX));
data.fixedObjects.put(THEIR_LOWER_CORNER,
THEIR_LOWER_CORNER.getAbsolutePosition().rotateOverZ(-rotationZ).rotateOverY(-rotationY).rotateOverX(-rotationX));
data.fixedObjects.put(THEIR_UPPER_POST,