You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 4: Transforms (41)
SainanChen

In the beginning, I was confused about what the input vector and output vector represent for transform matrix T(x,y,1)T=(x,y,1)T\mathbf{T} * (x,y,1)^T = (x',y',1)^T. Then I realized if u\mathbf{u}, v\mathbf{v} are 2 direction vectors and o\mathbf{o} is a point (based on original coord system), they form a new coordinate system. (x,y)(x,y) is coordinate of point based on the new coord system, and (x,y)(x',y') is coordinate of the point based on original coord system.

Staffyirenng

@SainanChen -- thanks for this helpful explanation!

Also, this website allows you to write comments in Markdown, which lets you include hyperlinks, typeset equations professionally using LaTeX syntax, and more. I've edited your comment above to use Markdown for the equations, and encourage you and other students to try Markdown for your comments going forward!

Here is a short primer on Markdown in our CS184 website.

You must be enrolled in the course to comment