UNPKG

the-world-engine

Version:

three.js based, unity like game engine for browser

8 lines (7 loc) 308 B
export class b2PolygonContact extends b2Contact<import("../index.js").Shape, import("../index.js").Shape> { static Create(): b2PolygonContact; static Destroy(contact: any): void; constructor(); Evaluate(manifold: any, xfA: any, xfB: any): void; } import { b2Contact } from "./b2_contact.js";