- add(Vec2) - Method in class org.jbox2d.common.Vec2
-
Return the sum of this vector and another; does not alter either one.
- addCollisionListener(CollisionListener) - Method in class city.cs.engine.Body
-
Register a listener for collisions with this body.
- addDestructionListener(DestructionListener) - Method in class city.cs.engine.Body
-
Register a listener for destruction of this body.
- addImage(BodyImage) - Method in class city.cs.engine.Body
-
Convenience method to attach an instance of an image.
- addSensorListener(SensorListener) - Method in class city.cs.engine.Sensor
-
Register a sensor listener.
- addStepListener(StepListener) - Method in class city.cs.engine.World
-
Register a listener to be notified before and after each simulation step.
- applyForce(Vec2) - Method in class city.cs.engine.DynamicBody
-
Apply a force to this body at its centre of mass.
- applyForce(Vec2, Vec2) - Method in class city.cs.engine.DynamicBody
-
Apply a force to this body at a specified position in the world.
- applyImpulse(Vec2) - Method in class city.cs.engine.DynamicBody
-
Apply an impulse to this body at its centre of mass.
- applyImpulse(Vec2, Vec2) - Method in class city.cs.engine.DynamicBody
-
Apply an impulse to this body at a specified position in the world.
- applyTorque(float) - Method in class city.cs.engine.DynamicBody
-
Apply a torque to this body, affecting its rotation about its centre of mass.
- AttachedImage - Class in city.cs.engine
-
Instances of images.
- AttachedImage(Body, BodyImage, float, float, Vec2) - Constructor for class city.cs.engine.AttachedImage
-
Create a new instance of an image.