UNPKG

the-world-engine

Version:

three.js based, unity like game engine for browser

3 lines (2 loc) 216 B
export function b2CollideEdgeAndCircle(manifold: any, edgeA: any, xfA: any, circleB: any, xfB: any): void; export function b2CollideEdgeAndPolygon(manifold: any, edgeA: any, xfA: any, polygonB: any, xfB: any): void;