Skip to content

superlloyd/Poly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrate a Polynomial utility class

Supported operation:
	- + - * /
	Derivate Integrate
	FindRoots (Polynomial root solver, i.e. value for which the Polynomial compute to 0)
	Compute, of course! for double and Complex
	Bezier Equations
	Interpolate()

2015 June 10
	Added PolyCurve class for parameterized multidimensional curves
	With 
	- DistanceTo(), ClosestPoint(), ClosestParameter() methods
	- Interpolate()
	- Bezier()


Finally in PolygonUtils there are the some measurement methods
(illustrated in the WPF demo)
	Distance To Bezier
	Distance To Segment



Introduction on CodeProject
---------------------------
http://www.codeproject.com/Tips/865874/Polynomial-class-with-FindRoots-method


CREDITS
=======
Special Thanks to "Jeremy Alles" for his Bezier Demo
http://www.japf.fr/2009/07/beziersegment-demo-application/
Which I used as the basis of my visual test.

About

Polynomial, Complex and math classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages