EMath++
Classes for mathematical concepts
|
Plane class to draw a function in the Cartesian plane. More...
Public Member Functions | |
Plane (int ox, int oy, const ::emth::Polynomial &func) | |
The main constructor. | |
void | run () |
Runs the main application loop, processing events. | |
Plane class to draw a function in the Cartesian plane.
Provides the capability to run multiple Planes in different threads in paralell
Definition at line 452 of file interface.cpp.
|
inline |
The main constructor.
ox | The x offset |
oy | The y offset |
func | The function to be drawed |
Definition at line 547 of file interface.cpp.
References ROBOTO_BOLD.
|
inline |
Runs the main application loop, processing events.
Definition at line 558 of file interface.cpp.