Feat/data structures #13
Annotations
30 errors
|
lib/geometry/__tests__/collisions2d.test.ts > geometry/collisions > aabbIntersectsCircle2D > should return true if a circle and aabb intersect:
lib/geometry/__tests__/collisions2d.test.ts#L151
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ lib/geometry/__tests__/collisions2d.test.ts:151:54
|
|
lib/geometry/__tests__/collisions2d.test.ts > geometry/collisions > circleContainsPoint2D > should detect points within a circle:
lib/geometry/__tests__/collisions2d.test.ts#L184
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ lib/geometry/__tests__/collisions2d.test.ts:184:64
|
|
lib/geometry/__tests__/collisions2d.test.ts > geometry/collisions > circleIntersectsCircle2D > should detect if two circles intersect:
lib/geometry/__tests__/collisions2d.test.ts#L228
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ lib/geometry/__tests__/collisions2d.test.ts:228:9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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#L25
'a' is declared but its value is never read.
|
|
Compile ⚒️:
lib/geometry/collisions2d.ts#L25
'b' is declared but its value is never read.
|
|
Compile ⚒️:
lib/geometry/collisions2d.ts#L30
'a' is declared but its value is never read.
|
|
Lint 🔎:
lib/geometry/__tests__/collisions2d.test.ts#L125
Variable name `bounds` must have one leading underscore(s)
|
|
Lint 🔎:
lib/geometry/__tests__/collisions2d.test.ts#L125
'bounds' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
|
|
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`
|
|
Lint 🔎:
lib/geometry/aabb.ts#L17
Unsafe argument of type error typed assigned to a parameter of type `IVec3`
|
|
Lint 🔎:
lib/geometry/collisions2d.ts#L25
Parameter name `a` must have one leading underscore(s)
|
|
Lint 🔎:
lib/geometry/collisions2d.ts#L25
'a' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint 🔎:
lib/geometry/collisions2d.ts#L25
Parameter name `b` must have one leading underscore(s)
|
|
Lint 🔎:
lib/geometry/collisions2d.ts#L25
'b' is defined but never used. Allowed unused args must match /^_/u
|