English 中文(简体)
JBox2d Reference Manual?
原标题:

Where do i find reference manual of JBox2D ? I was using fisica which inherits JBox2D. There is reference manual of fisica but can t find reference manual of JBox2D

问题回答

I don t think JBox2D has been updated to use the new Box2D 2.1.* syntax, so to get at the documentation download 2.0.1 for C++ and then read the manual and the api.chm. This syntax is nearly identical to JBox2D with a few minor differences that are very obvious:

Download Box2D 2.0.1 from this link...





相关问题
A reference pages for the latest version of c++

For c++03, there are next reference pages : cplusplus IBM pages for c++ MSDN c++ reference pages I used cplusplus as reference pages as a reference for c++ classes and functions (I am aware ...

Export a WebHelp manual to a PDF file

I am learning to use a software package that only issues its manual as a web page, http://www.orcina.com/SoftwareProducts/OrcaFlex/Documentation/OrcFxAPIHelp/Default_Left.htm#StartTopic=html/...

JBox2d Reference Manual?

Where do i find reference manual of JBox2D ? I was using fisica which inherits JBox2D. There is reference manual of fisica but can t find reference manual of JBox2D

Using the word "you" in an user manual [closed]

I am writing a user manual and I have come to a discussion with a colleague. He says I cannot use the word "you" anywhere in the manual. Now I remember something about this at school but that was ...

Box2D in Flash runs quicker when drawing debug data than not

I ve created a small game with Box2d for AS3 - I have sprites attached to the stage that take their position from the underlying Box2d world. These sprites are mostly PNGs. When the game runs with ...

GetBodyCount() always returning 0 in Box2d?

I am using the cocos2d-iphone + Box2d engine, I have a simple call in Box2d to create a body: b2Body *crateBody = world->CreateBody(&crateBodyDef); Then I am printing the newly incremented ...

box2d: bigger clickable/touchable area

I m using Box2D on my iPhone app using Cocos2D. I m using mouse joint to drag objects by touch. The touch event is handled to find the corresponding Box2D body using AABB queries. I would want to ...

Falling object in Box2D should rotate due to centre of mass?

I m trying to simulate a falling balloon in Box2DAS3. What is important is that balloon falls the such that the bottom part were you blow it up rotates towards the bottom if it s knock sideways or is ...

热门标签