|
unlogic
|
#include <Plot.h>
Public Member Functions | |
| Plot2d (std::string name, Plot2dFunctionType fn, Color color) | |
Public Member Functions inherited from unlogic::Shape | |
| std::vector< Vertex > const & | GetVertices () const |
| virtual | ~Shape ()=default |
Additional Inherited Members | |
Protected Attributes inherited from unlogic::Shape | |
| Color | color = Color::Green |
| std::vector< Vertex > | vertices |
| Plot2d::Plot2d | ( | std::string | name, |
| Plot2dFunctionType | fn, | ||
| Color | color | ||
| ) |