-
-
15 Apr 2018 06:15:26 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (91)
- Testers (359 / 47 / 0)
- Kwalitee
Bus factor: 2- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (130.44KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.08
- Adjust path to helper header file [FROGGS] Require newer Alien::Box2D [FROGGS]
Documentation
2D Physics LibraryAn axis aligned bounding box.A rigid body.Holds all the data needed to construct a rigid body.A circle shape.Manages contact between two shapes.Contact impulses for reporting.Implement this class to get contact information.Constrains two bodies at a fixed distance.Distance joint definition.This holds contact filtering data.Used to attach a shape to a body for collision detection.Used to create a fixture.Provides translational and angular friction.Friction joint definition.Connects two joints together.Gear joint definition.Base joint class.Used to construct joints.Provides two degrees of freedom: translation along an axis and rotation in the plane.Line joint definition.Manifold for two touching convex shapes.Holds the mass data computed for a shape.A 2-by-2 matrix.Vector and matrix functions.Make a point on a body track a specified point.Mouse joint definition.A convex polygon.Provides one degree of freedom: translation along an axis.Prismatic joint definition.Connects two bodies and two ground points.Pulley joint definition.Callback class for ray casts.Ray-cast input data.Ray-cast output data.Constrains two bodies to share a common point.Revolute joint definition.Used for collision detection.Contains translation and rotation.A 2D column vector.Glues two bodies together.Weld joint definition.Manages all aspects of the simulation.Provides
in lib/Box2D.pmin lib/Box2D/b2ContactListener.pmin lib/Box2D/b2RayCastCallback.pmExamples
Module Install Instructions
To install Box2D, copy and paste the appropriate command in to your terminal.
cpanm Box2D
perl -MCPAN -e shell install Box2D
For more information on module installation, please visit the detailed CPAN module installation guide.