UNPKG

@box2d/debug-draw

Version:

Debug drawing helper for @box2d

12 lines 630 B
import { b2Transform } from "../common/b2_math"; import { b2Manifold } from "../collision/b2_collision"; import { b2ChainShape } from "../collision/b2_chain_shape"; import { b2PolygonShape } from "../collision/b2_polygon_shape"; import { b2Contact } from "./b2_contact"; import { b2Readonly } from "../common/b2_readonly"; /** @internal */ export declare class b2ChainAndPolygonContact extends b2Contact<b2ChainShape, b2PolygonShape> { private static Evaluate_s_edge; Evaluate(manifold: b2Manifold, xfA: b2Readonly<b2Transform>, xfB: b2Readonly<b2Transform>): void; } //# sourceMappingURL=b2_chain_polygon_contact.d.ts.map