Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store the polynom in a property - Feature request #11

Open
ulrich06 opened this issue Jul 29, 2016 · 0 comments
Open

Store the polynom in a property - Feature request #11

ulrich06 opened this issue Jul 29, 2016 · 0 comments

Comments

@ulrich06
Copy link

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()

lmouline pushed a commit that referenced this issue Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant