We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523d420 commit 25eb2ccCopy full SHA for 25eb2cc
src/main/kotlin/cn/coostack/utils/Math3DUtil.kt
@@ -13,6 +13,7 @@ object Math3DUtil {
13
14
15
/**
16
+ * DeepSeek解放大脑
17
* @see getCycloidGraphic 获取此函数生成的图像的顶点
18
* 参数要求必须和 getCycloidGraphic 生成的参数完全一致
19
*/
@@ -30,6 +31,7 @@ object Math3DUtil {
30
31
val w2Step = w2 * precision
32
33
val d = gcd(abs(w1), abs(w2))
34
+ // 感谢MZ的数学更正
35
val verticesCount = abs(w1 - w2) / d
36
val vertices = mutableListOf<RelativeLocation>()
37
0 commit comments