Steppable 0.0.1
A CAS project written from scratch in C++
|
Graphing utilities for showing graphs in the console. More...
Functions | |
void | conPlotLine (const Number &xGridSize, const Number &yGridSize, const Number &yMax, const GraphOptions *graphOptions, const LineOptions *lineOptions, prettyPrint::ConsoleOutput *canvas, std::map< Number, Number > &fnValues) |
void | drawTicks (prettyPrint::ConsoleOutput *canvas, const Number &xGridSize, const Number &yGridSize, const Number &yMax, const GraphOptionsBase *graphOptions) |
void | drawGrid (prettyPrint::ConsoleOutput *canvas, const GraphOptionsBase *graphOptions) |
Graphing utilities for showing graphs in the console.
void steppable::graphing::__internals::conPlotLine | ( | const Number & | xGridSize, |
const Number & | yGridSize, | ||
const Number & | yMax, | ||
const GraphOptions * | graphOptions, | ||
const LineOptions * | lineOptions, | ||
prettyPrint::ConsoleOutput * | canvas, | ||
std::map< Number, Number > & | fnValues ) |
void steppable::graphing::__internals::drawGrid | ( | prettyPrint::ConsoleOutput * | canvas, |
const GraphOptionsBase * | graphOptions ) |
void steppable::graphing::__internals::drawTicks | ( | prettyPrint::ConsoleOutput * | canvas, |
const Number & | xGridSize, | ||
const Number & | yGridSize, | ||
const Number & | yMax, | ||
const GraphOptionsBase * | graphOptions ) |