VectorVisualizer Version 1.2
by Kevin Seib and Pascal Glaeser
|
Inherits Form.
Public Member Functions | |
PlotForm (double[,] data, double xMin, double xMax, double yMin, double yMax, string? gradientText=null, bool drawGradientVector=false, double? px=null, double? py=null) |
Definition at line 9 of file PlotForm.cs.
VectorVisualizer.GUI.PlotForm.PlotForm | ( | double | data[,], |
double | xMin, | ||
double | xMax, | ||
double | yMin, | ||
double | yMax, | ||
string? | gradientText = null, | ||
bool | drawGradientVector = false, | ||
double? | px = null, | ||
double? | py = null ) |
Definition at line 11 of file PlotForm.cs.