public class Sheet extends ProteinStructure
Modifier and Type | Field and Description |
---|---|
(package private) javajs.util.V3 |
heightUnitVector |
(package private) javajs.util.V3 |
widthUnitVector |
apolymer, axisA, axisB, axisUnitVector, monomerIndexFirst, nRes, serialID, strandCount, strucNo, structureID, subtype, type, vectorProjection
Constructor and Description |
---|
Sheet(AlphaPolymer apolymer,
int monomerIndex,
int monomerCount,
STR subtype) |
Modifier and Type | Method and Description |
---|---|
void |
calcAxis() |
(package private) void |
calcSheetUnitVectors() |
private boolean |
notHelixOrSheet(int i) |
void |
setBox(float w,
float h,
javajs.util.P3 pt,
javajs.util.V3 vW,
javajs.util.V3 vH,
javajs.util.P3 ptC,
float scale) |
addMonomer, calcSegments, getAxisEndPoint, getAxisStartPoint, getIndex, getInfo, getSegments, getStructureMidPoint, isWithin, removeMonomer, resetAxes, setupPS
javajs.util.V3 widthUnitVector
javajs.util.V3 heightUnitVector
Sheet(AlphaPolymer apolymer, int monomerIndex, int monomerCount, STR subtype)
apolymer
- monomerIndex
- monomerCount
- subtype
- public void calcAxis()
calcAxis
in class ProteinStructure
private boolean notHelixOrSheet(int i)
void calcSheetUnitVectors()
public void setBox(float w, float h, javajs.util.P3 pt, javajs.util.V3 vW, javajs.util.V3 vH, javajs.util.P3 ptC, float scale)