How would I go about solving this system of 3 equations in Unreal

image
t1, t2, and t3 are the unknowns and the rest are values from known vector3s.

How can i possibly solve these three unknowns? C++ solutions are welcome too and probably easier than BP, but I hardly know C++.

Please help, I’ve been stuck on this for days.

1 Like

Thats way over my head… and i can´t read half of the handwriting ^.^ But there are some guides online, that explain the basic principles of how to deal with equations with several unknowns, like this one here (if that is one of those):

If you ever figure that out, you then could type in the rest into a math expression node:

1 Like

Here is another post about it but in C++. You could mimic this in blueprints, but either way you’ll most likely need to play with it a bit to get it working the way you really need it to.

1 Like

image
This singular node ended up being sufficient for what I was trying to do. Only took me two weeks to find.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.