@internal
| 51 | } |
| 52 | |
| 53 | /** @internal */ interface MaxSeparation { |
| 54 | maxSeparation: number; |
| 55 | bestIndex: number; |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * Find the max separation between poly1 and poly2 using edge normals from |
nothing calls this directly
no outgoing calls
no test coverage detected