diff --git a/docs/README.md b/docs/README.md index 7dd2338..1a38261 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/2f21535/src/computeShadows.ts#L39)* +*Defined in [computeShadows.ts:39](https://github.com/MD4/shadowed/blob/deb577d/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 df1d7a5..5a19f00 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/2f21535/src/entities.ts#L8)* +*Defined in [entities.ts:8](https://github.com/MD4/shadowed/blob/deb577d/src/entities.ts#L8)* ___ @@ -29,4 +29,4 @@ ___ • **topLeft**: [Vec2](vec2.md) -*Defined in [entities.ts:7](https://github.com/MD4/shadowed/blob/2f21535/src/entities.ts#L7)* +*Defined in [entities.ts:7](https://github.com/MD4/shadowed/blob/deb577d/src/entities.ts#L7)* diff --git a/docs/interfaces/segment2.md b/docs/interfaces/segment2.md index c6080cc..81a3b61 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/2f21535/src/entities.ts#L12)* +*Defined in [entities.ts:12](https://github.com/MD4/shadowed/blob/deb577d/src/entities.ts#L12)* ___ @@ -29,4 +29,4 @@ ___ • **b**: [Vec2](vec2.md) -*Defined in [entities.ts:13](https://github.com/MD4/shadowed/blob/2f21535/src/entities.ts#L13)* +*Defined in [entities.ts:13](https://github.com/MD4/shadowed/blob/deb577d/src/entities.ts#L13)* diff --git a/docs/interfaces/vec2.md b/docs/interfaces/vec2.md index 3c42afe..820c4a8 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/2f21535/src/entities.ts#L2)* +*Defined in [entities.ts:2](https://github.com/MD4/shadowed/blob/deb577d/src/entities.ts#L2)* ___ @@ -29,4 +29,4 @@ ___ • **y**: number -*Defined in [entities.ts:3](https://github.com/MD4/shadowed/blob/2f21535/src/entities.ts#L3)* +*Defined in [entities.ts:3](https://github.com/MD4/shadowed/blob/deb577d/src/entities.ts#L3)* diff --git a/package-lock.json b/package-lock.json index 19c77e1..d40e0e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "shadowed", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f930a32..7727afb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shadowed", - "version": "0.0.4", + "version": "0.0.5", "description": "", "cdn": "dist/index.umd.js", "main": "dist/index.js",