summaryrefslogtreecommitdiff
path: root/3d/rigidbody.html.content
diff options
context:
space:
mode:
Diffstat (limited to '3d/rigidbody.html.content')
-rw-r--r--3d/rigidbody.html.content8
1 files changed, 6 insertions, 2 deletions
diff --git a/3d/rigidbody.html.content b/3d/rigidbody.html.content
index 5a3eca2..1a7150c 100644
--- a/3d/rigidbody.html.content
+++ b/3d/rigidbody.html.content
@@ -18,9 +18,13 @@
<h1>Rigidbody in 3D</h1>
<section>
<section>
- <h2>Quaternion Time</h2>
+ <h2>Quaternions</h2>
+
+ </section>
+ <section>
+ <h2>Quaternions</h2>
<p>
- I hate to start off the article like this. I really do. But it really wouldn't be a discussion of 3D simulation if we didn't jump right into quaternions. Before I start, however, I recommend you take a look at <a href='https://www.3dgep.com/understanding-quaternions'>this article</a>. Quaternions have been written about over and over throughout the years (and I have read many articles about them over and over throughout the years), so I will not waste your time describing every single detail here. The article that I linked to should provide you enough information to begin to understand what quaternions are and why they're important. That being said, I will provide a brief intro to quaternions here, as well as my own C++ implementation of their algebra. (This article is also quite useful: <a href='http://danceswithcode.net/engineeringnotes/quaternions/quaternions.html'>Dance's With Code Website</a>)
+ A discussion of 3D physics simulation woudl not really wouldn't be a discussion of 3D simulation if we didn't jump right into quaternions. Before I start, however, I recommend you take a look at <a href='https://www.3dgep.com/understanding-quaternions'>this article</a>. Quaternions have been written about over and over throughout the years (and I have read many articles about them over and over throughout the years), so I will not waste your time describing every single detail here. The article that I linked to should provide you enough information to begin to understand what quaternions are and why they're important. That being said, I will provide a brief intro to quaternions here, as well as my own C++ implementation of their algebra. (This article is also quite useful: <a href='http://danceswithcode.net/engineeringnotes/quaternions/quaternions.html'>Dance's With Code Website</a>)
<br/><br/>
</p>