cenkguzelis / jbox2d

Automatically exported from code.google.com/p/jbox2d
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Body.createShape() is missing. #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The PolygonShape documentation says, "Create using Body.createShape(ShapeDef), 
not the ructor here."  That method simply does not exist.  CircleShape has a 
similar comment.

Original issue reported on code.google.com by SyntaxCo...@gmail.com on 21 Feb 2012 at 1:22

GoogleCodeExporter commented 9 years ago
Thanks, will update tonight.

Original comment by toucansa...@gmail.com on 21 Feb 2012 at 5:00

GoogleCodeExporter commented 9 years ago
The jars in the target folder don't have the createShape method either.

Original comment by mdmat...@gmail.com on 16 Mar 2012 at 3:32

GoogleCodeExporter commented 9 years ago
The documentation is just old, please refer to the testbed for the standard 
usage of the engine.

Documentation fixed for next release

Original comment by toucansa...@gmail.com on 7 Apr 2012 at 4:21

GoogleCodeExporter commented 9 years ago
It seems that the documentation hasn't been corrected yet.

Original comment by nathanst...@gmail.com on 11 Nov 2012 at 1:26