- 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.
- PyTorch自動(dòng)駕駛視覺(jué)感知算法實(shí)戰(zhàn)
- 無(wú)代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺(tái)
- Learn Programming in Python with Cody Jackson
- 21天學(xué)通C++(第6版)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- HTML5+CSS3網(wǎng)站設(shè)計(jì)基礎(chǔ)教程
- Hands-On Neural Network Programming with C#
- 3ds Max印象 電視欄目包裝動(dòng)畫(huà)與特效制作
- C++程序設(shè)計(jì)教程(第2版)
- Learning iOS Security
- 硬件產(chǎn)品設(shè)計(jì)與開(kāi)發(fā):從原型到交付
- Flink技術(shù)內(nèi)幕:架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- Mastering Concurrency in Python
- PhoneGap 4 Mobile Application Development Cookbook
- C語(yǔ)言程序設(shè)計(jì)