I am trying to move an actor along the graph of a mathematical function. In other words, a function that has the string of the function and the x-value as a parameter and returns the y-value.
Any suggestions on how I can do this?
Hi Vinstand,
since you have the function as a string and not as a ready-made C++ function, you must of course evaluate it first. For this there are third party libraries like muParserX (muparserx - Math Parser Library).
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.