Skip to content

v1.0.3

Choose a tag to compare

@crazycat9942 crazycat9942 released this 19 Nov 00:29
· 14 commits to wip since this release
9eb2cc5

New:

  • Create contour integrals of complex functions with either a freeform (drawn with mouse), freeform closed (drawn with mouse but the start connects to the end), or circular contour path. The value of the contour integral is shown in the upper left corner of the screen.
  • Add a test point to a vector field to see what "forces" a point would have on it if directed by the vector field. Draws the path the point takes forwards and backwards in time.

Bug fixes:

  • Fixed mouse position offset so calculations as a function of the mouse position (and other things related) are much more accurate
  • Added screen offset so things with the mouse still work if you move the window relative to your screen

Misc:

  • Now greys out unrelated menu items when not in use (ex: complex function detail is no longer editable without a complex function in the "P" box)