Skip to content

Releases: MosheBerman/Precalc

v1.1.0

15 May 15:26
Compare
Choose a tag to compare

• Removed old compute method which returned coordinates
• Added compute(at x:CGFloat) -> CGFloat to enable composition.
• Improved rendering time by batching multiple equations together.
• Added optional domain property to Equation to enable drawing portions of a graph.
• Added autoUpdatesAfterAddingEquation which controls automatic re-rendering each time equation an equation is added. true by default.
• Updated Readme.