org.jmol.symmetry
Class Rotation

java.lang.Object
  extended by org.jmol.symmetry.Rotation

 class Rotation
extends java.lang.Object


Field Summary
(package private) static Rotation[] hallRotationTerms
           
(package private)  java.lang.String rotCode
           
(package private)  javax.vecmath.Matrix4f seitzMatrix
           
(package private)  javax.vecmath.Matrix4f seitzMatrixInv
           
 
Constructor Summary
(package private) Rotation()
           
private Rotation(java.lang.String code, java.lang.String matrixData)
           
 
Method Summary
(package private) static Rotation lookup(java.lang.String code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rotCode

java.lang.String rotCode

seitzMatrix

javax.vecmath.Matrix4f seitzMatrix

seitzMatrixInv

javax.vecmath.Matrix4f seitzMatrixInv

hallRotationTerms

static final Rotation[] hallRotationTerms
Constructor Detail

Rotation

Rotation()

Rotation

private Rotation(java.lang.String code,
                 java.lang.String matrixData)
Method Detail

lookup

static final Rotation lookup(java.lang.String code)