[][src]Type Definition physme::dim2::SpringJoint

type SpringJoint = Joint<SpringJointBehaviour>;

Allows one RigidBody to be anchored at another one in a spring-y way, along with a local offset and angle.

Implementations

impl SpringJoint[src]

pub fn with_rigidness(self, rigidness: f32) -> Self[src]

Add a rigidness value to an owned Joint.