- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 69字
- 2021-06-30 14:45:49
Understanding component-wise operations
Several vector operations are just component-wise operations. A component-wise operation is one that you perform on each component of a vector or on like components of two vectors. Like components are components that have the same subscript. The component-wise operations that you will implement are as follows:
- Vector addition
- Vector subtraction
- Vector scaling
- Multiplying vectors
- Dot product
Let's look at each of these in more detail.
推薦閱讀
- 潮流:UI設(shè)計(jì)必修課
- 無(wú)代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺(tái)
- iOS應(yīng)用逆向工程(第2版)
- Symfony2 Essentials
- Unity 2018 Shaders and Effects Cookbook
- Maven for Eclipse
- SQL Server實(shí)例教程(2008版)
- Java程序設(shè)計(jì)教程
- HTML并不簡(jiǎn)單:Web前端開(kāi)發(fā)精進(jìn)秘籍
- AngularJS Web Application Development Cookbook
- Getting Started with Backbone Marionette
- Unity 游戲案例開(kāi)發(fā)大全
- Python Machine Learning / Second Edition
- Java高級(jí)程序設(shè)計(jì)實(shí)戰(zhàn)教程
- 架構(gòu)真意:企業(yè)級(jí)應(yīng)用架構(gòu)設(shè)計(jì)方法論與實(shí)踐