- Game Physics Cookbook
- Gabor Szauer
- 151字
- 2021-04-02 20:27:23
Introduction
Throughout this book we are going to explore the mathematical concepts required to detect and react to intersections in a 3D environment. In order to achieve robust collision detection and build realistic reactions, we will need a strong understanding of the math required. The most important mathematical concepts in physics are Vectors and Matrices.
Physics and collisions rely heavily on Linear Algebra. The math involved may sound complicated at first, but it can be broken down into simple steps. The recipes in this chapter will explain the properties of vectors using math formulas. Each recipe will also contain a visual guide. Every formula will also have an accompanying code sample.
Note
This chapter does not assume you have any advanced math knowledge. I try to cover everything needed to understand the formulas presented. If you find yourself falling behind, Khan Academy covers the basic concepts of linear algebra at: www.khanacademy.org/math/linear-algebra.
- Learning LibGDX Game Development(Second Edition)
- 案例式C語言程序設計
- PaaS程序設計
- Mastering QGIS
- 云原生Spring實戰
- 區塊鏈:以太坊DApp開發實戰
- Full-Stack React Projects
- 琢石成器:Windows環境下32位匯編語言程序設計
- Building Serverless Applications with Python
- R語言與網絡輿情處理
- Web程序設計:ASP.NET(第2版)
- Mastering VMware Horizon 7(Second Edition)
- AMP:Building Accelerated Mobile Pages
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Python機器學習與量化投資