UNPKG

@box2d/debug-draw

Version:

Debug drawing helper for @box2d

10 lines 522 B
import { b2Transform } from "../common/b2_math"; import { b2Manifold } from "../collision/b2_collision"; import { b2PolygonShape } from "../collision/b2_polygon_shape"; import { b2Contact } from "./b2_contact"; import { b2Readonly } from "../common/b2_readonly"; /** @internal */ export declare class b2PolygonContact extends b2Contact<b2PolygonShape, b2PolygonShape> { Evaluate(manifold: b2Manifold, xfA: b2Readonly<b2Transform>, xfB: b2Readonly<b2Transform>): void; } //# sourceMappingURL=b2_polygon_contact.d.ts.map