@awayfl/poki-player
Version:
AVM Player for poki games
16 lines • 759 B
TypeScript
import { b2Shape } from "../../Collision/Shapes/b2Shape";
import { b2Manifold } from "../../Collision/b2Manifold";
import { b2ContactListener } from "../b2ContactListener";
import { b2Contact } from "./b2Contact";
import { b2PolygonContact } from "./b2PolygonContact";
export declare class b2PolyAndConcaveArcContact extends b2PolygonContact {
static Create(shape1: b2Shape, shape2: b2Shape, allocator: any): b2Contact;
static Destroy(contact: b2Contact, allocator: any): void;
constructor(shape1: b2Shape, shape2: b2Shape);
private enlargeManifolds;
Evaluate(listener: b2ContactListener): void;
GetManifolds(): b2Manifold[];
private m_arcManifolds;
private m_arcColl;
}
//# sourceMappingURL=b2PolyAndConcaveArcContact.d.ts.map