Class HingeJoint

java.lang.Object
com.marginallyclever.ro3.node.Node
com.marginallyclever.ro3.node.nodes.HingeJoint

public class HingeJoint extends Node

a HingeJoint is a joint that can rotate around the local Z axis.

a HingeJoint should be attached to a child Pose referenced as the axle. In this way the axle's parent Pose can be thought of as the initial pose. This helps prevent drift over time.