226227228229230231232233234235236
cc.userToImageCoords(center, false); _imageX = center.x; _imageY = center.y; // get the center position in world coordinates cc.imageToWorldCoords(center, false); _centerPos = new WorldCoords(center, cc.getEquinox()); } /**