philsupertramp/game-math
|
#include "../Matrix.h"
#include "../matrix_utils.h"
#include "../numerics/utils.h"
#include <utility>
Go to the source code of this file.
Classes | |
struct | PlotBoundary |
struct | PlotIndex |
struct | PlotAttributes |
class | Plot |
class | ScatterPlot |
class | FunctionPlot |
class | SurfacePlot |
class | ImagePlot |
Enumerations | |
enum | DataTypes { LINE = 1 , DOTS = 2 , NONE = -1 } |
Functions | |
const char * | GetPlotDataTypeName (DataTypes type) |
enum DataTypes |
const char * GetPlotDataTypeName | ( | DataTypes | type | ) |
Getter for name strings of types
type | type to get string representation of |