arcade-physics
Version:
Use Arcade Physics without Phaser.
13 lines • 500 B
TypeScript
export default Geom;
declare namespace Geom {
const Circle: typeof import("./circle");
const Ellipse: typeof import("./ellipse");
const Intersects: typeof import("./intersects");
const Line: typeof import("./line");
const Mesh: typeof import("./mesh");
const Point: typeof import("./point");
const Polygon: typeof import("./polygon");
const Rectangle: typeof import("./rectangle");
const Triangle: typeof import("./triangle");
}
//# sourceMappingURL=index.d.ts.map