Hi,
Most likely you want to know the math too, so you will need to get the
kinetic law and then use the getMath() method.
This will return ASTNode (Abstract Syntax Tree).
Hi!
How can I covert ASTNode in to double or float number?
I have been trying it, but I have not been able it to do.
If i use getParameters() and then getValue(), I can't accede to that value.