Clipping

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

1/12

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.

13 Terms

1
New cards
clipping
the identification of objects or parts of objects as either inside or outside a specified region
2
New cards
interior clipping
saving of what’s inside the region - a copy of a piece of a picture
3
New cards
exterior clipping
saving of what’s outside the region - clear a piece of paper
4
New cards
volume
in 3D, clipping is a
5
New cards
rectangle
in 2D, clipping is a
6
New cards
new polygon
when clipping a polygon, you make a (2 words) that is entirely inside the designated region
7
New cards
trivial accept
when clipping a line, if both points are inside the designated region, this is called a (two words)
8
New cards
trivial reject
when clipping a line, if both points are in the same region but that region is not the ‘inside’, this is called a (two words)
9
New cards
ABOVE
x = x1 +(x2 - x1)\*(ymax - y1)/(y2 - y1) y = ymax

this is the formula to fix x and y if a point is () the designated region
10
New cards
Below
x = x1 +(x2 - x1)\*(ymin - y1)/(y2 - y1) y = ymin

this is the formula to fix x and y if a point is () the designated region
11
New cards
Right
y = y1 +(y2 - y1)\*(xmax - x1)/(x2 - x1) x = xmax

this is the formula to fix x and y if a point is () of the designated region
12
New cards
Left
y = y1 +(y2 - y1)\*(xmin - x1)/(x2 - x1) x = xmin

this is the formula to fix x and y if a point is () of the designated region
13
New cards
shift left
bitwise operation << x means (two words) x times