Skip to content

Commit

Permalink
Add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer committed Jan 25, 2014
1 parent a008ed1 commit a066221
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Chipmunk/Arbiter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ calculation multiplies the elasticity of the two shapes together.
=back
Set the elasticity.
=head2 get_friction
=over 4
Expand All @@ -70,6 +72,11 @@ calculation multiplies the elasticity of the two shapes together.
=back
The calculated friction for this collision pair. Setting the value in
a L<pre_solve|Chipmunk::Space/set_default_collision_handler> callback
will override the value calculated by the space. The default
calculation multiplies the friction of the two shapes together.
=head2 set_friction
=over 4
Expand Down

0 comments on commit a066221

Please sign in to comment.