Public Member Functions | |
StickConstraint (PhysicsEntity e, float constraintDist) | |
boolean | applyConstraint (PhysicsEntity e, float timeElapsed) |
Protected Attributes | |
PhysicsEntity | ent_ |
float | constraintDist_ |
Package Attributes | |
Vec2F | offset_ = new Vec2F() |
Vec2F | dist_ = new Vec2F() |
Vec2F | v1_ = new Vec2F() |
Vec2F | v2_ = new Vec2F() |