MolDescription

data class MolDescription(mol: Molecule, maxTranslationDist: Double, maxRotationDegrees: Double) : MolMotion.Description

Functions

Link copied to clipboard
open override fun copyTo(mol: Molecule, atomMap: AtomMap): TranslationRotation.MolDescription
Link copied to clipboard
open override fun getAffectedAtoms(): Molecule.Atoms

Returns atoms whose positions are modified by the motion.

Link copied to clipboard
open override fun make(): TranslationRotation

Properties

Link copied to clipboard
val maxRotationDegrees: Double
Link copied to clipboard
val maxTranslationDist: Double
Link copied to clipboard
open override val mol: Molecule