Computer Graphics Midterm 01

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

A coordinate system

is defined by an origin point and the orientation and scale of a set of coordinate axes.

2
New cards

A point 𝒑 = (𝒙, 𝒚)

refers to a location in space, specified relative to a coordinate system.

3
New cards

A vector 𝒗 = 〈𝒎, 𝒏〉

refers to a displacement—an amount of change in each coordinate—and is typically drawn as an arrow pointing along the direction of displacement.

4
New cards

• Initial point or tail

- the point where the arrow begins

5
New cards

• Terminal point or head

- the point where the arrow ends; indicates the result when the displacement has been applied to the initial point.

6
New cards

• Length or magnitude

- the distance between the initial and terminal points of the vector; can be calculated from the components of the vector

7
New cards

Vectors

are not associated with any particular location in space; the same vector may exist at different locations.

8
New cards

standard position

A vector whose initial point is located at the origin (when a coordinate system is specified) is said to be in _____

9
New cards

scalars

Individual numbers (that are not part of a point or vector) are often called _____

10
New cards

Pythagorean theorem

Given the length of the two (2) sides (x, y), you can determine the length/magnitude of a vector using the _____

11
New cards

A matrix (elements, subscripts)

is a rectangular array of values called _____ that are typically accessed by means of_____. The first subscript refers to the row number, while the second one refers to the column number, with the subscripts starting at 0.

12
New cards

The identity matrix

contains all zeros, with ones along the diagonal. Any point or matrix multiplied by the identity matrix is unchanged.

13
New cards

The transpose

of a matrix is computed by interchanging its rows and columns.

14
New cards

scalar multiplication

You can multiply a scalar by each element of the matrix using the dot operator. This is known as _____

15
New cards

In matrix multiplication,

you can only multiply matrices if the number of columns on the left-hand side matrix is equal to the number of rows on the righthand side matrix.