Get enhanced zone by position using polygon boundaries
Korean: 위치로 향상된 영역 찾기 (Find Enhanced Zone by Position)
Supports overlapping zones - returns array of all zones containing the position.
Position to check
Array of enhanced zones containing the position
const zones = getEnhancedZonesByPosition({ x: 50, y: 100 });// May return multiple zones if position is in overlapping region// e.g., neck area might be in both head and torso zones Copy
const zones = getEnhancedZonesByPosition({ x: 50, y: 100 });// May return multiple zones if position is in overlapping region// e.g., neck area might be in both head and torso zones
Get enhanced zone by position using polygon boundaries
Korean: 위치로 향상된 영역 찾기 (Find Enhanced Zone by Position)
Supports overlapping zones - returns array of all zones containing the position.