CSE355/HW4/HW4.md
2022-10-06 15:51:55 -04:00

1.1 KiB

HW4

Problem 1

    1. 1_1_1
      A star is an example. P(g1) can see all of P, but on all direction of the circle, it is not monotone.
    1. Same as 3. 3 is a subset of 2.
    1. 1_3_1
      This is an example. It is a orthogonal simple polygon, and it is montain monotone on X direction, but it is not one gaurdable(two witness points do not share any common view).
    1. 1_4_1
    1. True. Simple 4-gon with exactly 3 convex vertices must be a fox. If we rotate it and put its nose on origin and one of its ear on positive x-axis, it will look something like this: 1_5_1
      Note that if we go through y direction, the nose must be t because its at (0,0) which is the lowest y coordinate. Also the ear that is not on the x-axis must be b because it has highest y coordinate or otherwise this polygon won't be a fox. Besides, other than the line at y=0, no more than two points will share the same y value. Thus we have t and b join the same line so this must be mountain monotone on some direction d.

Problem 2

    1. 2_1_1
    1. 2_2_1
    1. 2_3_1