Exemplo n.º 1
0
 /** return x-coordinate of the center of this bond */
 public double getRx() {
   return 0.333333333 * (atom1.getRx() + atom2.getRx() + atom3.getRx());
 }