#include <math.h>
Go to the source code of this file.
Classes | |
class | FitPoint |
This class is really a vector class that is used by the curve fitting functions. It is also used as a coordinate class in the curve fitting functions, but these are really regarded as vectors from the origin. It has the following public member variables :- MonoOn double x; - The X coord of the vector MonoOff MonoOn double y; - The Y Coord of the vecotr MonoOff. More... | |
class | CurveFitObject |
Fits bezier curves to a serious of coordinates. Call the constructor, Initialise and finally FitCurve to fit a bezier curve to the coords. More... | |
class | FitCurveNoChangeGeometry |
This class uses the fit curve functionality to reduce the number of points in a path, whereas keeping the geometry as close to the original as possible. More... |