1 / 322
文档名称:

Vector Math For 3D Computer Graphics - Interactive Tutorial.pdf

格式:pdf   页数:322
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Vector Math For 3D Computer Graphics - Interactive Tutorial.pdf

上传人:kuo08091 2014/3/21 文件大小:0 KB

下载得到文件列表

Vector Math For 3D Computer Graphics - Interactive Tutorial.pdf

文档介绍

文档介绍:Vector Math Tutorial for puter Graphics
Vector Math for puter Graphics
An Interactive Tutorial
Second Revision, July 2000
This is a tutorial on vector algebra and matrix algebra from the viewpoint puter
graphics. It covers most vector and matrix topics needed for college-puter graphics
text books. Most graphics texts cover these subjects in an appendix, but it is often too short.
This tutorial covers the same material at greater length, and with many examples.
· Chapter 1 --- Vectors, Points, and Displacement
· Chapter 2 --- Vector Addition
· Chapter 3 --- Displacement Vectors
· Chapter 4 --- Length of Vectors
· Chapter 5 --- Direction of Vectors
· Chapter 6 --- Scaling and Unit Vectors
· Chapter 7 --- The Dot Product
· Chapter 8 --- Length and the Dot Product
· Chapter 9 --- The Angle between two Vectors.
· Chapter 10 --- The Angle between 3D Vectors.
· Chapter 11 --- Projecting one Vector onto Another.
· Chapter 12 --- Vector Cross Product.
· Chapter 13 --- Matrices and Simple Matrix Operations.
· Chapter 14 --- Matrix-Column Matrix Multiplicaton.
· Chapter 15 --- Matrix-Matrix Multiplication
· Chapter 16 --- Identity Matrix and Matrix Inverse
· Index
Although primarily aimed puter science students, this tutorial is useful to all
programmers interested in puter graphics or puter game programming. In spite
file:///C|/InetPub/essons/ (1 of 2) [10/9/01 2:23:19 PM]
Vector Math Tutorial for puter Graphics
of their appealing blood-and-gore covers, mass trade books on game programming require the
same understanding of vectors and matrices as more staid text books (and usually defer these
topics to the same skimpy mathematical appendix).
This tutorial is useful for more puter graphics. Vectors and matrices are used in all
scientific and engineering fields, and any other field that puters (are there any that
don't?) In many fields, the vocabulary used for vectors and matrices does not match