CS426 Computer Graphics Lecture Notes Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

Flashcards based on lecture notes covering topics such as vectors, matrices, game history and stable diffusion.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

What is the formula for calculating the length (magnitude) of a vector u?

||u|| = sqrt(x^2 + y^2 + z^2)

2
New cards

What does the dot product of two unit vectors tell you?

The cosine of the angle between the two vectors

3
New cards

If the dot product of two vectors is 0, what does this indicate?

The vectors are orthogonal (perpendicular)

4
New cards

What is the cross product of two vectors?

A new vector orthogonal to both original vectors

5
New cards

What is the significance of the determinant being zero when finding the cross product?

The vectors are coincident, and a vector at right angles cannot be found.

6
New cards

What is the purpose of a Dreambooth model in stable diffusion?

A modified model to include a specific concept, such as 'chrls', added as a 'checkpoint'.

7
New cards

Define a Vector.

Quantity that possesses information about magnitude and direction.

8
New cards

What is the right-hand rule used for regarding coordinate system?

Determining the direction of increasing angle. If you wrap finger around axis, thumb in the direction of increasing axis value, fingers then curl in direction of increasing angle.