class Rotation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static Rotation[] |
hallRotationTerms |
(package private) java.lang.String |
rotCode |
(package private) javax.vecmath.Matrix4f |
seitzMatrix |
(package private) javax.vecmath.Matrix4f |
seitzMatrixInv |
java.lang.String rotCode
javax.vecmath.Matrix4f seitzMatrix
javax.vecmath.Matrix4f seitzMatrixInv
static final Rotation[] hallRotationTerms
Rotation()
private Rotation(java.lang.String code, java.lang.String matrixData)
static final Rotation lookup(java.lang.String code)