使用 CatmullRom 生成平滑曲线

This commit is contained in:
2025-11-26 00:23:55 +08:00
parent ac86ab3976
commit 0d15c60606
3 changed files with 141 additions and 3 deletions

View File

@@ -61,6 +61,9 @@ dependencies {
implementation(project(":orx-palette")) {
exclude(group = "org.openrndr", module = "openrndr-draw")
}
implementation(project(":orx-shapes")) {
exclude(group = "org.openrndr", module = "openrndr-draw")
}
testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit)