temp stuff

This commit is contained in:
water111
2026-06-30 23:15:51 -04:00
parent 090a84eba7
commit 39e9be252c
5 changed files with 5756 additions and 71 deletions
@@ -8118,6 +8118,7 @@
"idx"
]
},
"calculate-basis-functions-vector!": {},
"calculate-completion": {
"args": [
"the-progress"
@@ -8290,6 +8291,8 @@
]
}
},
"circle-circle-xz-intersect": {},
"circle-test": {},
"citb-drop-plat-drop-children": {
"vars": {
"v1-4": [
@@ -8303,6 +8306,7 @@
"s"
]
},
"closest-pt-in-triangle": {},
"cloud-track": {
"vars": {
"s1-1": [
@@ -8407,6 +8411,8 @@
]
}
},
"curve-closest-point": {},
"curve-copy!": {},
"curve-evaluate!": {
"vars": {
"t2-1": [
@@ -8419,6 +8425,8 @@
]
}
},
"curve-get-pos!": {},
"curve-length": {},
"debug-menu-append-item": {
"args": [
"menu",
@@ -9124,6 +9132,8 @@
"v1-1": "data"
}
},
"eul->matrix": {},
"eul->quat": {},
"execute-process-tree": {},
"fact": {
"args": [
@@ -9142,6 +9152,17 @@
"s5-0": "expected-version"
}
},
"find-knot-span": {
"args": [
"idx",
"arg1",
"query",
"pts"
],
"vars": {
"v0-0": "ret"
}
},
"find-parent-method": {
"args": [
"child-type",
@@ -9204,6 +9225,41 @@
"clut-addr"
]
},
"forward-down->inv-matrix": {
"args": [
"dst",
"fwd",
"dn"
]
},
"forward-down-nopitch->inv-matrix": {
"args": [
"dst",
"fwd",
"dn"
]
},
"forward-up->quaternion": {
"args": [
"dst",
"fwd",
"up"
]
},
"forward-up-nopitch->inv-matrix": {
"args": [
"dst",
"fwd",
"up"
]
},
"forward-up-nopitch->quaternion": {
"args": [
"dst",
"fwd",
"up"
]
},
"fractional-part": {
"args": [
"x"
@@ -9837,6 +9893,7 @@
"src"
]
},
"matrix->eul": {},
"matrix->quaternion": {
"args": [
"dst",
@@ -9864,6 +9921,59 @@
]
}
},
"matrix-from-two-vectors!": {
"args": [
"dst",
"a",
"b"
],
"vars": {
"a1-3": "rot-axis",
"f0-1": "c",
"f1-2": "s"
}
},
"matrix-from-two-vectors-max-angle!": {
"args": [
"dst",
"a",
"b",
"max-rot"
],
"vars": {
"f28-0": "c",
"f30-0": "dot",
"s4-1": "rot-axis"
}
},
"matrix-from-two-vectors-max-angle-partial!": {
"args": [
"dst",
"a",
"b",
"max-rot",
"frac"
],
"vars": {
"f0-2": "rot-amt",
"f28-0": "dot",
"f30-0": "c",
"s4-1": "rot-axis"
}
},
"matrix-from-two-vectors-partial-linear!": {
"args": [
"dst",
"a",
"b",
"frac"
],
"vars": {
"f0-1": "dot",
"f0-4": "cosine",
"gp-1": "rot-axis"
}
},
"matrix-identity": {
"args": [
"mat"
@@ -9897,6 +10007,25 @@
"alpha"
]
},
"matrix-remove-z-rot": {
"args": [
"dst",
"src"
]
},
"matrix-rot-diff!": {
"args": [
"axis",
"m0",
"m1"
],
"vars": {
"f30-1": "angle",
"s2-0": "q1",
"s3-0": "q0",
"s5-0": "q1-q0"
}
},
"matrix-rotate-x!": {
"args": [
"dst",
@@ -10234,6 +10363,14 @@
"lst"
]
},
"normal-of-plane": {
"args": [
"dst",
"p0",
"p1",
"p2"
]
},
"num-func-loop!": {
"args": [
"chan",
@@ -10300,6 +10437,20 @@
"v1-0": "i"
}
},
"point-in-plane-<-point+normal!": {
"args": [
"pt",
"p0",
"normal"
],
"vars": {
"f0-3": "offset",
"f1-7": "nx",
"f2-3": "ny",
"f3-1": "nz"
}
},
"point-in-triangle-cross": {},
"point-inside-poly?": {
"vars": {
"a0-3": [
@@ -10430,6 +10581,7 @@
}
},
"quad-copy!": {},
"quat->eul": {},
"quaterion<-rotate-y-vector": {
"args": [
"quat",
@@ -10529,6 +10681,35 @@
"f0-1": "inv"
}
},
"quaternion-from-two-vectors!": {
"args": [
"dst",
"a",
"b"
],
"vars": {
"f0-0": "rot-axis-length",
"f0-1": "scale",
"f1-1": "dot",
"s5-0": "rot-axis"
}
},
"quaternion-from-two-vectors-max-angle!": {
"args": [
"dst",
"a",
"b",
"max-rot"
],
"vars": {
"f0-12": "scacle",
"f0-5": "limit",
"f26-0": "dot",
"f28-0": "rot-amt",
"f30-0": "rot-axis-len",
"s5-0": "rot-axis"
}
},
"quaternion-i!": {
"args": [
"quat"
@@ -10680,6 +10861,20 @@
"a1-3": "new-rot"
}
},
"quaternion-seek": {
"args": [
"dst",
"q0",
"q1",
"unused",
"max-rot"
],
"vars": {
"s2-1": "q0-to-q1",
"s4-0": "m1",
"s5-0": "m0"
}
},
"quaternion-set!": {
"args": [
"quat",
@@ -11030,6 +11225,15 @@
"y"
]
},
"set-eul!": {
"args": [
"angs",
"arg1",
"arg2",
"arg3",
"arg4"
]
},
"set-font-color-alpha": {
"args": [
"idx",
@@ -12350,6 +12554,14 @@
},
"vector+!": {},
"vector-!": {},
"vector-3pt-cross!": {
"args": [
"dst",
"p0",
"p1",
"p2"
]
},
"vector-angle<-quaternion!": {
"args": [
"axis-angle",
@@ -12360,6 +12572,8 @@
"f30-0": "inv-mag"
}
},
"vector-circle-tangent": {},
"vector-circle-tangent-new": {},
"vector-copy!": {},
"vector-cross!": {},
"vector-deg-lerp-clamp!": {
@@ -12370,6 +12584,30 @@
"in"
]
},
"vector-deg-seek": {
"args": [
"dst",
"vec0",
"vec1",
"max-rot"
],
"vars": {
"s4-0": "mat"
}
},
"vector-deg-slerp": {
"args": [
"dst",
"a",
"b",
"frac"
],
"vars": {
"a2-3": "b-dir",
"s1-0": "rot",
"s2-0": "a-dir"
}
},
"vector-dot": {},
"vector-dot-vu": {},
"vector-flatten!": {
@@ -12395,6 +12633,33 @@
"alpha"
]
},
"vector-line-distance": {
"args": [
"query",
"p0",
"p1"
],
"vars": {
"a1-3": "line-dir",
"f0-1": "frac",
"gp-1": "pt-offset",
"v1-3": "offset-to-closest-point"
}
},
"vector-line-distance-point!": {
"args": [
"query",
"p0",
"p1",
"ret"
],
"vars": {
"a1-3": "line-dir",
"f0-1": "frac",
"s4-1": "query-offset",
"v1-4": "closest-pt-offset"
}
},
"vector-matrix*!": {
"args": [
"dst",
@@ -12402,6 +12667,14 @@
"mat"
]
},
"vector-orient-by-quat!": {
"args": [
"dst",
"src",
"rot"
]
},
"vector-plane-distance": {},
"vector-reflect!": {
"args": [
"dst",
@@ -12498,6 +12771,7 @@
"f3-7": "step-scale"
}
},
"vector-segment-distance-point!": {},
"vector-v*float!": {
"args": [
"delta-p",
@@ -12533,6 +12807,22 @@
"velocity"
]
},
"vector-vector-deg-slerp!": {
"args": [
"dst",
"a",
"b",
"frac",
"up"
],
"vars": {
"a1-6": "ab",
"a2-5": "b-quat",
"s0-0": "a-dir",
"s0-1": "a-quat",
"s1-0": "b-dir"
}
},
"vector-x-angle": {
"args": [
"vec"