Package noope.core

Classes that are core to the NOOPE engine.

See:
          Description

Class Summary
Entities This class maintains a list of Entity objects.
Laws This class maintains a list of Law objects.
MutableVector3D A mutable extension of Vector3D.
Physics This is the main wrapper class around Laws and Entities.
Vector3D Manipulate a 3D cartesian vector.
 

Exception Summary
LawNotFoundException This is raised by Laws.getLaw(String LawName) when it can't find the specified Law
 

Package noope.core Description

Classes that are core to the NOOPE engine.