Feat/data structures #18
Annotations
30 errors
|
Compile ⚒️:
lib/geometry/aabb.ts#L12
Property 'size' does not exist on type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L16
Property 'position' does not exist on type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L17
Property 'position' does not exist on type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L66
Class 'AABB' incorrectly implements interface 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L80
Argument of type 'this' is not assignable to parameter of type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L84
Argument of type 'this' is not assignable to parameter of type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/aabb.ts#L103
Argument of type 'this' is not assignable to parameter of type 'IAABB'.
|
|
Compile ⚒️:
lib/geometry/collisions2d.ts#L97
'ray' is declared but its value is never read.
|
|
Compile ⚒️:
lib/geometry/collisions2d.ts#L97
'aabb' is declared but its value is never read.
|
|
Compile ⚒️:
lib/geometry/collisions2d.ts#L97
'collisionPoint' is declared but its value is never read.
|
|
lib/geometry/__tests__/collisions2d.test.ts > geometry/collisions > rayIntersectsAabb2D > should return if the ray is intersecting the aabb:
lib/geometry/__tests__/collisions2d.test.ts#L353
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ lib/geometry/__tests__/collisions2d.test.ts:353:24
|
|
lib/geometry/__tests__/collisions2d.test.ts > geometry/collisions > rayIntersectsCircle2D > should return if the ray is intersecting the given circle:
lib/geometry/__tests__/collisions2d.test.ts#L377
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ lib/geometry/__tests__/collisions2d.test.ts:377:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Lint 🔎:
lib/geometry/__tests__/collisions2d.test.ts#L349
Replace `ray,` with `⏎········ray,⏎·······`
|
|
|
|
Lint 🔎:
lib/geometry/__tests__/collisions2d.test.ts#L351
Replace `········` with `··········`
|
|
Lint 🔎:
lib/geometry/__tests__/collisions2d.test.ts#L352
Replace `},·collisionPoint` with `··},⏎········collisionPoint,⏎······`
|
|
Lint 🔎:
lib/geometry/__tests__/collisions2d.test.ts#L373
Replace `ray,` with `⏎········ray,⏎·······`
|
|
|
|
Lint 🔎:
lib/geometry/__tests__/collisions2d.test.ts#L375
Replace `········` with `··········`
|
|
Lint 🔎:
lib/geometry/__tests__/collisions2d.test.ts#L376
Replace `},·collisionPoint` with `··},⏎········collisionPoint,⏎······`
|
|
Lint 🔎:
lib/geometry/aabb.ts#L12
Unsafe argument of type error typed assigned to a parameter of type `CtorArgs`
|
|
Lint 🔎:
lib/geometry/aabb.ts#L16
Unsafe argument of type error typed assigned to a parameter of type `IVec3`
|