Artenus 2D Framework
Artenus Reference

com.annahid.libs.artenus.physics

Contains the physics simulation framework. Using the classes and interfaces in this package, you can integrate 2-dimensional physics into the game.

Interface Summary

InterfaceDescription
CollisionListenerInterface for classes that process physical collision events.
ShapeInterface for 2-dimensional physical shapes.

Class Summary

ClassDescription
CircleShapeRepresents a circular Shape that can be used for physical simulation.
CollisionInfoContains information about a collision.
JointDescriptorSuperclass for all classes that describe joints in physical simulation.
PhysicalBodyRepresents a physical body in physics simulation.
PhysicsSimulatorPerforms physical simulation in the framework.
PolygonShapeRepresents a Shape consisting of a convex polygon.
RectangleShapeRepresents a rectangular Shape that can be used for physical simulation.
RevoluteJointDescriptorProvides an implementation of JointDescriptor that describes a revolute joint.

Enum Summary

EnumDescription
PhysicalBody.BehaviorThe Behavior specifies how a physical body is simulated.