A point in a 2D plot. More...
Public Attributes | |
double | dx |
X error delta. | |
double | dy |
Y error delta. | |
bool | empty |
the point is empty | |
double | x |
X coordinate. | |
double | y |
Y coordinate. | |
bool ns3::Gnuplot2dDataset::Point::empty |
double ns3::Gnuplot2dDataset::Point::x |
X coordinate.
Definition at line 208 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 209 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().