Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Math for Game Developers: Quaternions
Article

Math for Game Developers: Quaternions

The popular video tutorial series returns with new videos on how to use quaternions in game development

Jorge "BSVino" Rodriguez
August 21, 2013 35.3k views
Math for Game Developers is exactly what it sounds like - a weekly instructional YouTube series wherein I show you how to use math to make your games. Every Thursday we'll learn how to implement one game design, starting from the underlying mathematical concept and ending with its C++ implementation. The videos will teach you everything you need to know, all you need is a basic understanding of algebra and trigonometry. If you want to follow along with the code sections, it will help to know a bit of programming already, but it's not necessary. You can download the source code that I'm using from GitHub, from the description of each video. If you have questions about the topics covered or requests for future topics, I would love to hear them! Leave a comment, or ask me on my Twitter, @VinoBS
The video below contains the playlist for all the videos in this series, which can be accessed via the playlist icon in the bottom-right corner of the embedded video frame once the video is playing. The first video in the series is loaded automatically

Quaternions

[playlist=PLW3Zl3wyJwWNWsJIPZrmY19urkYHXOH3N]
License: gdol

Related Tutorials

Discussion

Discussion

Loading comments...

More from Jorge "BSVino" Rodriguez