Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 349 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 349 Bytes

$$getBoundingPoints

입력한 point 목록에서 x, y 의 개별 최솟값, 최댓값으로 이루어진 min, max point 를 반환합니다. x, y 는 독립적으로 비교됩니다. 따라서 반환된 point 는 입력한 point 목록에 없을 수 있습니다.