Module
MolDraw.GeometryAtom
- Package
- purescript-mol-draw
- Repository
- lukasturcani/molDraw
Defines the GeometryAtom
type.
A GeometryAtom
is an atom in the context of a molecule, meaning
that unlike Atom
, it has an id.
#id Source
id :: GeometryAtom -> AtomId
Get the id of a GeometryAtom
.
#position Source
position :: GeometryAtom -> Position
Get the position of a GeometryAtom
.
#chemicalSymbol Source
chemicalSymbol :: GeometryAtom -> ChemicalSymbol
Get the chemical symbol of a GeometryAtom
.
#atom Source
atom :: ChemicalSymbol -> Position -> AtomId -> GeometryAtom
Create a GeometryAtom
.
- Modules
- MolDraw
- MolDraw.
Atom - MolDraw.
Bond - MolDraw.
BondSegment - MolDraw.
ChemicalSymbol - MolDraw.
DrawMol - MolDraw.
DrawMol. Mesh - MolDraw.
DrawMol. Scene - MolDraw.
GeometryAtom - MolDraw.
GeometryData - MolDraw.
Parsers. ChemicalSymbol - MolDraw.
Parsers. V3000 - MolDraw.
Position - MolDraw.
Utils - MolDraw.
Utils. ElementColors - MolDraw.
Utils. ElementSizes