API:IAtomKinetic
From Wiketomica
| API Home | Participants | API | Discussion | Demos | Downloads | Documentation | Contact Us | Acknowledgements |
IAtomKinetic
Purpose
IAtomKinetic is the basic simulation object used to describe atoms with a velocity.
superclasses: IAtom
Proposed Interface
interface IAtomKinetic : IAtom {
// An IVectorMutable's value can be changed by nature.
readonly attribute IVectorMutable velocity;
}
