org.jmol.symmetry

Class Rotation

class Rotation extends Object

Field Summary
static Rotation[]hallRotationTerms
StringrotCode
Matrix4fseitzMatrix
Matrix4fseitzMatrixInv
Constructor Summary
Rotation()
Rotation(String code, String matrixData)
Method Summary
static Rotationlookup(String code)

Field Detail

hallRotationTerms

static final Rotation[] hallRotationTerms

rotCode

String rotCode

seitzMatrix

Matrix4f seitzMatrix

seitzMatrixInv

Matrix4f seitzMatrixInv

Constructor Detail

Rotation

Rotation()

Rotation

private Rotation(String code, String matrixData)

Method Detail

lookup

static final Rotation lookup(String code)