Login  Register

Entity Equation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Entity Equation

gaganjyot
23 posts
For the quadratic equations, I was thinking to add a equation method to the cadentity class and for that, I'll be first needing to port some maths stuff.

Your views over this ?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Entity Equation

dxli
2025 posts
the lc_quadratic contains an equation in a form of quadratic, namely,

{x, y}.m_mQuad.{{x},{y}} + m_vLinear.{{x},{y}}+m_dConst = 0

Can you explain your ideas about equations in details?