You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the polynomial value of a PolynomialNode is accessed by parsing the polynomial attribute of the JSON generated by the toString method
eg. {"world":0,"time":1468504965,"id":10"polynomial":"29.373022419094397+(-0.019802106705884497*t)"}
It would be useful to retrieve directly this value through a method or a property
eg.thePolynomialNodeInstance.get("polynomial") or thePolynomialNodeInstance.getPolynomial()
The text was updated successfully, but these errors were encountered:
Currently, the polynomial value of a PolynomialNode is accessed by parsing the polynomial attribute of the JSON generated by the toString method
eg.
{"world":0,"time":1468504965,"id":10"polynomial":"29.373022419094397+(-0.019802106705884497*t)"}
It would be useful to retrieve directly this value through a method or a property
eg.
thePolynomialNodeInstance.get("polynomial")
orthePolynomialNodeInstance.getPolynomial()
The text was updated successfully, but these errors were encountered: