UNPKG

arcade-physics

Version:
13 lines 500 B
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