From 5958581576f02173176fa9dd2e6e776a5bb939df Mon Sep 17 00:00:00 2001 From: MD4 Date: Fri, 27 Nov 2020 19:58:36 +0100 Subject: [PATCH] 0.0.6 --- docs/README.md | 2 +- docs/interfaces/bounds.md | 4 ++-- docs/interfaces/segment2.md | 4 ++-- docs/interfaces/vec2.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index db86fdc..1fbf3fc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,7 +22,7 @@ ▸ `Const`**computeShadows**(`bounds`: [Bounds](interfaces/bounds.md), `walls`: [Segment2](interfaces/segment2.md)[], `light`: [Vec2](interfaces/vec2.md)): [Vec2](interfaces/vec2.md)[][] -*Defined in [computeShadows.ts:39](https://github.com/MD4/shadowed/blob/68d87a0/src/computeShadows.ts#L39)* +*Defined in [computeShadows.ts:39](https://github.com/MD4/shadowed/blob/45d1da1/src/computeShadows.ts#L39)* Computes casted shadows by a light for a given set of walls within specified bounds. diff --git a/docs/interfaces/bounds.md b/docs/interfaces/bounds.md index fa628ae..71f7f02 100644 --- a/docs/interfaces/bounds.md +++ b/docs/interfaces/bounds.md @@ -21,7 +21,7 @@ • **bottomRight**: [Vec2](vec2.md) -*Defined in [entities.ts:8](https://github.com/MD4/shadowed/blob/68d87a0/src/entities.ts#L8)* +*Defined in [entities.ts:8](https://github.com/MD4/shadowed/blob/45d1da1/src/entities.ts#L8)* ___ @@ -29,4 +29,4 @@ ___ • **topLeft**: [Vec2](vec2.md) -*Defined in [entities.ts:7](https://github.com/MD4/shadowed/blob/68d87a0/src/entities.ts#L7)* +*Defined in [entities.ts:7](https://github.com/MD4/shadowed/blob/45d1da1/src/entities.ts#L7)* diff --git a/docs/interfaces/segment2.md b/docs/interfaces/segment2.md index 158ca01..00484c2 100644 --- a/docs/interfaces/segment2.md +++ b/docs/interfaces/segment2.md @@ -21,7 +21,7 @@ • **a**: [Vec2](vec2.md) -*Defined in [entities.ts:12](https://github.com/MD4/shadowed/blob/68d87a0/src/entities.ts#L12)* +*Defined in [entities.ts:12](https://github.com/MD4/shadowed/blob/45d1da1/src/entities.ts#L12)* ___ @@ -29,4 +29,4 @@ ___ • **b**: [Vec2](vec2.md) -*Defined in [entities.ts:13](https://github.com/MD4/shadowed/blob/68d87a0/src/entities.ts#L13)* +*Defined in [entities.ts:13](https://github.com/MD4/shadowed/blob/45d1da1/src/entities.ts#L13)* diff --git a/docs/interfaces/vec2.md b/docs/interfaces/vec2.md index 1dab0f8..65d25eb 100644 --- a/docs/interfaces/vec2.md +++ b/docs/interfaces/vec2.md @@ -21,7 +21,7 @@ • **x**: number -*Defined in [entities.ts:2](https://github.com/MD4/shadowed/blob/68d87a0/src/entities.ts#L2)* +*Defined in [entities.ts:2](https://github.com/MD4/shadowed/blob/45d1da1/src/entities.ts#L2)* ___ @@ -29,4 +29,4 @@ ___ • **y**: number -*Defined in [entities.ts:3](https://github.com/MD4/shadowed/blob/68d87a0/src/entities.ts#L3)* +*Defined in [entities.ts:3](https://github.com/MD4/shadowed/blob/45d1da1/src/entities.ts#L3)* diff --git a/package-lock.json b/package-lock.json index d40e0e3..ff824b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "shadowed", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 87c35f6..ae08b5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shadowed", - "version": "0.0.5", + "version": "0.0.6", "description": "", "cdn": "dist/index.umd.js", "main": "dist/index.js",