TranslationRotation

class TranslationRotation(mol: Molecule) : MolMotion

Types

Link copied to clipboard
data class MolDescription(mol: Molecule, maxTranslationDist: Double, maxRotationDegrees: Double) : MolMotion.Description

Functions

Link copied to clipboard
fun reset()
Link copied to clipboard
fun set(psi: Double, theta: Double, phi: Double, x: Double, y: Double, z: Double)

Properties

Link copied to clipboard
val centroid: Vector3d
Link copied to clipboard
val coords: List<Vector3d>
Link copied to clipboard
val mol: Molecule