a 3d vector More...
#include <vector.h>
Public Member Functions | |
Vector2D (double _x, double _y) | |
Vector2D () | |
Create vector vector (0.0, 0.0) More... | |
Public Attributes | |
double | x |
x coordinate of vector More... | |
double | y |
y coordinate of vector More... | |
ns3::Vector2D::Vector2D | ( | double | _x, |
double | _y | ||
) |
_x | x coordinate of vector |
_y | y coordinate of vector |
Create vector (_x, _y)
Definition at line 56 of file vector.cc.
References NS_LOG_FUNCTION.
ns3::Vector2D::Vector2D | ( | ) |
Create vector vector (0.0, 0.0)
Definition at line 63 of file vector.cc.
References NS_LOG_FUNCTION.
double ns3::Vector2D::x |
x coordinate of vector
Definition at line 80 of file vector.h.
Referenced by ns3::CalculateDistance(), visualizer.svgitem.SvgItem::do_get_property(), visualizer.svgitem.SvgItem::do_set_property(), visualizer.svgitem.SvgItem::do_simple_is_item_at(), visualizer.svgitem.SvgItem::do_simple_paint(), ns3::operator<<(), and ns3::operator>>().
double ns3::Vector2D::y |
y coordinate of vector
Definition at line 84 of file vector.h.
Referenced by ns3::CalculateDistance(), visualizer.svgitem.SvgItem::do_get_property(), visualizer.svgitem.SvgItem::do_set_property(), visualizer.svgitem.SvgItem::do_simple_is_item_at(), visualizer.svgitem.SvgItem::do_simple_paint(), ns3::operator<<(), and ns3::operator>>().