chapter 3:Matriices

Posted tooyoungtsukasa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了chapter 3:Matriices相关的知识,希望对你有一定的参考价值。

  In a 3D graphics engine, calculations can be performed in a multitude of different  Cartesian coordinate spaces. Moving fromone coordinate space to another requires the use of transformation matrices. We casually referred to matrices at various places in Chapter 2; and in this chapter, we acknowledge the importance of  matrices in 3D graphics programming by presenting a more formal exposition of their properties. The process of transforming points and direction vectors from one coordinate space to another is described in Chapter 4.

  在3D图形引擎中,计算可以在大量不同的笛卡尔坐标空间中进行。从一个坐标空间移动到另一个坐标空间需要使用变换矩阵。在第二章中我们不经意地提到了矩阵;在这一章中,我们通过更正式地阐述矩阵的性质来认识矩阵在三维图形编程中的重要性。第4章描述了点和方向向量从一个坐标空间转换到另一个坐标空间的过程。

以上是关于chapter 3:Matriices的主要内容,如果未能解决你的问题,请参考以下文章

20170608-chapter 6-《pride and prejudice 傲慢与偏见》精读

Pandas 【Chapter 4】

ST_chapter3

OpenCV入门C++版

EFFECTIVE OBJECTIVE-C 2.0 TIPS 总结 CHAPTER 1 & CHAPTER 2

Java_chapter10