(pickingMode: PointPickingMode)
| 8 | }; |
| 9 | |
| 10 | export function getRequiredPointCount(pickingMode: PointPickingMode): number { |
| 11 | return POINT_PICKING_REQUIRED_POINT_COUNTS[pickingMode]; |
| 12 | } |
| 13 | |
| 14 | export function needsMoreSelectedPoints( |
| 15 | selectedPointCount: number, |
no outgoing calls
no test coverage detected