etomica.atom
Interface IAtomOrientedKinetic

All Superinterfaces:
IAtom, IAtomKinetic, IAtomOriented
All Known Implementing Classes:
AtomOrientedDynamic

public interface IAtomOrientedKinetic
extends IAtomKinetic, IAtomOriented

Interface for an Atom that has a position, orientation, velocity and angular velocity.


Method Summary
 IVectorMutable getAngularVelocity()
           
 
Methods inherited from interface etomica.api.IAtomKinetic
getVelocity
 
Methods inherited from interface etomica.atom.IAtomOriented
getOrientation
 
Methods inherited from interface etomica.api.IAtom
getIndex, getLeafIndex, getParentGroup, getPosition, getType, setIndex, setLeafIndex, setParent
 

Method Detail

getAngularVelocity

IVectorMutable getAngularVelocity()