[orx-shapes] Add 3d Hobby curves

This commit is contained in:
Edwin Jakobs
2024-04-03 08:15:14 +02:00
parent c9f9f67dec
commit 70ffc7dc14
3 changed files with 249 additions and 70 deletions

View File

@@ -21,6 +21,12 @@ kotlin {
}
val commonTest by getting {
dependencies {
implementation(project(":orx-noise"))
}
}
val jvmTest by getting {
dependencies {
implementation(libs.kotest.assertions)