| Contents > SharpPlot > Methods | Index |
SharpPlot.DrawVectors Method (Double[],Double[],Double[],Double[])
Vector plot from 4 arrays giving x1 y1 x2 y2 for each node.
public void DrawVectors(
double[] x1,
double[] y1,
double[] x2,
double[] y2
);
