Package de.chaffic.joints

Types

Link copied to clipboard
abstract class Joint

Abstract class for joints holding all the common properties of joints.

Link copied to clipboard
class JointToBody(body1: Body, body2: Body, jointLength: Double, jointConstant: Double, dampening: Double, canGoSlack: Boolean, offset1: Vec2, offset2: Vec2) : Joint

Class for a joint between two bodies.

Link copied to clipboard
class JointToPoint(b1: Body, pointAttachedTo: Vec2, jointLength: Double, jointConstant: Double, dampening: Double, canGoSlack: Boolean, offset: Vec2) : Joint

Class for a joint between a body and a point in world space.