A
- public abstract class TwoDimensionalSignCalculator<A> extends AbstractSignCalculator<A>
Constructor and Description |
---|
TwoDimensionalSignCalculator() |
Modifier and Type | Method and Description |
---|---|
int |
getSign(A a1,
A a2,
A a3)
For a simple triangle of atoms
|
int |
getSign(Ligand<A> a1,
Ligand<A> a2,
Ligand<A> a3,
Ligand<A> a4)
When wedge and hatch bonds are involed
|
double[] |
toVector(A base,
A atom)
Constructs a two dimensional vector from the base atom to the 'atom'
|
getX, getY
public int getSign(Ligand<A> a1, Ligand<A> a2, Ligand<A> a3, Ligand<A> a4)
SignCalculator
public double[] toVector(A base, A atom)
base
- 0,0 coordinatesatom
- target of the vectorpublic int getSign(A a1, A a2, A a3)
SignCalculator