UNPKG

@box2d/debug-draw

Version:

Debug drawing helper for @box2d

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