EMath++
Classes for mathematical concepts
Loading...
Searching...
No Matches
efc::Plane Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Plane()

efc::Plane::Plane ( int  ox,
int  oy,
const ::emth::Polynomial func 
)
inline

The main constructor.

Parameters
oxThe x offset
oyThe y offset
funcThe function to be drawed

Definition at line 547 of file interface.cpp.

References ROBOTO_BOLD.

Member Function Documentation

◆ run()

void efc::Plane::run ( )
inline

Runs the main application loop, processing events.

Definition at line 558 of file interface.cpp.


The documentation for this class was generated from the following file: