return mad / 2000f;
}
public boolean frankClicked(int x, int y) {
Shape frankShape = shapes[JmolConstants.SHAPE_FRANK];
return (frankShape != null && frankShape.wasClicked(x, y));
}
public boolean checkObjectHovered(int x, int y, BitSet bsVisible, boolean checkBonds) {
Shape shape = shapes[JmolConstants.SHAPE_STICKS];
if (checkBonds && shape != null