A point in a 3D plot. More...
Public Attributes | |
bool | empty |
the point is empty More... | |
double | x |
X coordinate. More... | |
double | y |
Y coordinate. More... | |
double | z |
Z coordinate. More... | |
bool ns3::Gnuplot3dDataset::Point::empty |
double ns3::Gnuplot3dDataset::Point::x |
X coordinate.
Definition at line 316 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::Gnuplot3dDataset::Point::y |
Y coordinate.
Definition at line 317 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().