Home
last modified time | relevance | path

Searched refs:unitCellVertices (Results 1 – 1 of 1) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DCrystal.cpp177 static float unitCellVertices[][3] = { {0,0,0}, {1,0,0}, {1,1,0}, {0,1,0}, // bottom 4 vertices variable
194 transform33f3f(I->FracToReal, unitCellVertices[unitCellLineIndices[pl]], v); in CrystalGetUnitCellCGO()