Examples of calcAxis()


Examples of org.jmol.modelsetbio.ProteinStructure.calcAxis()

    setNeighbors(i);
    if (controlPoints[i].distance(controlPoints[iNext]) == 0)
      return false;
    if (isHelix(i)) {
      ProteinStructure p = ((AlphaMonomer) monomers[i]).getProteinStructure();
      p.calcAxis();
      /*
       *
      dumpPoint(p.center, Graphics3D.YELLOW);
      dumpPoint(p.axisA, Graphics3D.YELLOW);
      dumpPoint(p.axisB, Graphics3D.YELLOW);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.