diff options
Diffstat (limited to '2d/rigidbody/rigidbody_1.html.content')
-rw-r--r-- | 2d/rigidbody/rigidbody_1.html.content | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2d/rigidbody/rigidbody_1.html.content b/2d/rigidbody/rigidbody_1.html.content index c54fdab..567ca98 100644 --- a/2d/rigidbody/rigidbody_1.html.content +++ b/2d/rigidbody/rigidbody_1.html.content @@ -51,7 +51,7 @@ </section> <section> - <h2>The Kinematics Data Structure</h2> + <h2>The Data Structure</h2> <p> Now that we have an understanding of these two fundamental fields of physics, we can begin setting up our rigidbody data structure. @@ -61,7 +61,7 @@ </p> </section> <section> - <h2>The Dynamics Functions</h2> + <h2>The Functions</h2> <p> Now, let's put that Rigidbody data structure to work! As I mentioned earlier, you can think of dynamics as the <i>input</i> to the system. What we're going to do now is add a way apply some sort of force to our rigidbody instantaneously. |