diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2025-05-10 17:23:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-10 17:23:35 -0400 |
| commit | e1aad98a2d5f8f597d95557cbfc100affb0cc64d (patch) | |
| tree | 48cc23c60ed23a9b8ad0c7973a3a0e39cd9a71d6 /include/c | |
| parent | 91e2efd1b21348f63aa676371e6489385ab14d2e (diff) | |
progress on d_a_obj_ivy_rope (#109)
* init
* couple more funcs
* progress
* smol progress
* smol progress 2
* Dont get your hopes up, I just had some lingering things :P
* fix merge
Diffstat (limited to 'include/c')
| -rw-r--r-- | include/c/c_lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/c/c_lib.h b/include/c/c_lib.h index 1862235e..ea300953 100644 --- a/include/c/c_lib.h +++ b/include/c/c_lib.h @@ -9,6 +9,7 @@ namespace cLib { s32 targetAngleY(const mVec3_c &target, const mVec3_c &source); s32 targetAngleX(const mVec3_c &target, const mVec3_c &source); f32 addCalcPosXZ(mVec3_c *src, const mVec3_c &target, f32 scale, f32 maxStep, f32 minStep); +f32 addCalcPos(mVec3_c *src, const mVec3_c &target, f32 scale, f32 maxStep, f32 minStep); // made up name f32 easeOut(f32 value, f32 exponent); |
