@thi.ng/geom-api
Advanced tools
Comparing version 3.1.14 to 3.2.0
# Change Log | ||
- **Last updated**: 2022-06-09T16:14:01Z | ||
- **Last updated**: 2022-06-20T17:33:30Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@3.2.0) (2022-06-20) | ||
#### 🚀 Features | ||
- add AABBLike.offset() ([9152db3](https://github.com/thi-ng/umbrella/commit/9152db3)) | ||
## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@3.1.0) (2021-11-17) | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@thi.ng/geom-api", | ||
"version": "3.1.14", | ||
"version": "3.2.0", | ||
"description": "Shared type & interface declarations for @thi.ng/geom packages", | ||
@@ -102,3 +102,3 @@ "type": "module", | ||
}, | ||
"gitHead": "ab0188234419f2d9f471de80871df930e5555bd6\n" | ||
"gitHead": "f50e292ecc7dc74a6705b07fc739bf827cc5efd7\n" | ||
} |
@@ -12,2 +12,3 @@ import type { ICopy, IObjectOf, IToHiccup } from "@thi.ng/api"; | ||
max(): Vec; | ||
offset(x: number): this; | ||
} | ||
@@ -14,0 +15,0 @@ export interface SphereLike extends IShape { |
30228
264