Geometric Graphics Flashcards

1
Q

What are lines in geometric programs?

A

a pair of end-point locations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are lines in pixel graphic programs?

A

a group of pixels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how are lines determined in geometric programs?

A

a computer algorithm computes which pixels should represent the line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what happens when you zoom an image in a geometric program?

A

pixels are redrawn mathematically to match the original shape.
first the grid is scaled up, and then the pixels are computed on the new grid.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what happens when you zoom an image in a pixel graphics program?

A

pixels are simply replicated at the zoomed scale.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what are bezier curves?

A

irregular curves used everywhere

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

are Bézier curves regular or irregular and why

A

irregular since the differ from standard shapes we are used to seeing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

why and how are Bézier curves used?

A

used to create irregular paths by setting anchor points and defining the curve

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what are anchor points?

A

points where curve segments connect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what are the three types of anchor points?

A

corner, smooth and symmetric

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is a corner anchor point?

A

a sharp corner where incoming and outgoing directions are different

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is a smooth anchor point?

A

a corner where incoming and outgoing directions are the same.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is a symmetric anchor point?

A

a smooth anchor point where the direction lines are the same length

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what do direction lines do?

A

they determine a curve’s direction at an anchor point.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what are direction lines?

A

lines tangent to the curve at an anchor point.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

why can fonts scale without increased jaggedness?

A

because they’re bezier curves

17
Q

what is anti-aliasing?

A

varying the intensity of pixels to make edges look smoother.