A point in a 2D plot. More...
Public Attributes | |
double | dx |
X error delta. More... | |
double | dy |
Y error delta. More... | |
bool | empty |
the point is empty More... | |
double | x |
X coordinate. More... | |
double | y |
Y coordinate. More... | |
bool ns3::Gnuplot2dDataset::Point::empty |
double ns3::Gnuplot2dDataset::Point::x |
X coordinate.
Definition at line 220 of file gnuplot.h.
Referenced by visualizer.svgitem.SvgItem::do_get_property(), visualizer.svgitem.SvgItem::do_set_property(), visualizer.svgitem.SvgItem::do_simple_is_item_at(), and visualizer.svgitem.SvgItem::do_simple_paint().
double ns3::Gnuplot2dDataset::Point::y |
Y coordinate.
Definition at line 221 of file gnuplot.h.
Referenced by visualizer.svgitem.SvgItem::do_get_property(), visualizer.svgitem.SvgItem::do_set_property(), visualizer.svgitem.SvgItem::do_simple_is_item_at(), and visualizer.svgitem.SvgItem::do_simple_paint().