boolean isEne = (atomicNumber == 5 || nBonds == 1
&& targetValence == 4);
getHybridizationAndAxes(i, z, x, (isEne ? "sp2b"
: targetValence == 3 ? "sp3c" : "lpa"), false, true);
pt = new Point3f(z);
pt.scaleAdd(1.1f, z, atom);
hAtoms[i][hPt++] = pt;
if (vConnect != null)
vConnect.add(atom);
getHybridizationAndAxes(i, z, x, (isEne ? "sp2c"
: targetValence == 3 ? "sp3d" : "lpb"), false, true);