- 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.
- 軟件安全技術
- 無代碼編程:用云表搭建企業數字化管理平臺
- Python 3網絡爬蟲實戰
- The Computer Vision Workshop
- Kinect for Windows SDK Programming Guide
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Ext JS 4 Web Application Development Cookbook
- Yocto for Raspberry Pi
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Apache Spark 2.x for Java Developers
- 圖數據庫實戰
- Microsoft Dynamics AX 2012 R3 Financial Management
- Hands-On JavaScript for Python Developers
- 從零開始學Python網絡爬蟲
- C++ Fundamentals