Class SpaceGroupFinder.SGAtom

java.lang.Object
javajs.util.T3
javajs.util.P3
org.jmol.symmetry.SpaceGroupFinder.SGAtom
All Implemented Interfaces:
Serializable, javajs.api.JSONEncodable
Enclosing class:
SpaceGroupFinder

private class SpaceGroupFinder.SGAtom extends javajs.util.P3
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
     
    (package private) String
     
    (package private) int
     

    Fields inherited from class javajs.util.T3

    x, y, z
  • Constructor Summary

    Constructors
    Constructor
    Description
    SGAtom(int type, int index, String name, int occupancy)
     
  • Method Summary

    Methods inherited from class javajs.util.P3

    getUnlikely, new3, newA, newP

    Methods inherited from class javajs.util.T3

    add, add2, add3, ave, cross, distance, distanceSquared, dot, equals, floatToIntBits, hashCode, length, lengthSquared, normalize, scale, scaleAdd2, scaleT, set, setA, setT, sub, sub2, toJSON, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • typeAndOcc

      int typeAndOcc
    • index

      int index
    • name

      String name
  • Constructor Details

    • SGAtom

      SGAtom(int type, int index, String name, int occupancy)