Merge remote-tracking branch 'origin/master'

This commit is contained in:
aabdrasheva 2022-05-14 17:07:15 +03:00
commit f273ca6684
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ internal class LinearInterpolatorTest {
@Test
fun testInterpolation() {
val data = listOf(
0.0 to 0.0,
0.0 to 0.1,
1.0 to 1.0,
2.0 to 3.0,
3.0 to 4.0

View File

@ -27,7 +27,7 @@ internal class ProjectionAlongTest {
@Test
fun projectionOntoLine() {
with(Euclidean2DSpace) {
val a = 5.0
val a = 4.0
val b = -3.0
val c = -15.0
val normal = Vector2D(-5.0, 3.0)