the-world-engine
Version:
three.js based, unity like game engine for browser
8 lines (7 loc) • 326 B
TypeScript
export class b2PolygonAndCircleContact extends b2Contact<import("../index.js").Shape, import("../index.js").Shape> {
static Create(): b2PolygonAndCircleContact;
static Destroy(contact: any): void;
constructor();
Evaluate(manifold: any, xfA: any, xfB: any): void;
}
import { b2Contact } from "./b2_contact.js";