Quiz_1

Back to problem list

blx-quiz-1

Polyline과 오프셋 간격(그림의 경우 {10, 5, -7, -10, -15})을 입력받아서 각 변을 원하는 거리만큼 오프셋 시킨 새로운 polyline을 출력하는 방법을 고안하시오.

Find a way to generate a new polyline with each edge offset by different distances, with base polyline and offset distances(in this case, {10, 5, -7, -10, -15}) given as inputs.