=head1 NAME Box2D::b2WeldJoint - Glues two bodies together. =head1 SYNOPSIS my $joint = $world->CreateJoint( $joint_def ); =head1 DESCRIPTION A weld joint essentially glues two bodies together. A weld joint may distort somewhat because the island constraint solver is approximate. =head1 METHODS =head2 GetAnchorA() Get the anchor point on bodyA in world coordinates. Implements C. Returns a C =head2 GetAnchorB() Get the anchor point on bodyB in world coordinates. Implements C. Returns a C =head2 GetReactionForce( $inv_dt ) Get the reaction force on body2 at the joint anchor in Newtons. Implements C. Parameters: =over 4 =item * C C<$inv_dt> =back Returns a C =head2 GetReactionTorque( $inv_dt ) Get the reaction torque on body2 in N*m. Implements C. Parameters: =over 4 =item * C C<$inv_dt> =back Returns a C =head1 SEE ALSO =over 4 =item * L =item * L =item * L =item * L =back =head1 BUGS See L =head1 AUTHORS See L =head1 COPYRIGHT & LICENSE See L =cut