tranleduy2000 / ncalc

Power calculator for Android. Solve some problem algebra and calculus.
GNU General Public License v3.0
684 stars 158 forks source link

...the mid point of two node in mode 2D Cartesian Geometry is not correct #102

Closed modashy closed 3 years ago

modashy commented 3 years ago

because in the class Line2D constructor is not correct. It use dx as the point2's x coordinate. So I correct it.