Example 1
List of all members
Node Struct Reference

Simple 2D node, storing only its position and ID. More...

Collaboration diagram for Node:
Collaboration graph

Public Attributes

Data members
double m_x
 Position on the x-axis. More...
 
double m_y
 Position on the y-axis. More...
 
Miscellaneous members
unsigned int m_id
 Unique identifier of the node. More...
 

Detailed Description

Simple 2D node, storing only its position and ID.

Member Data Documentation

◆ m_id

unsigned int m_id

Unique identifier of the node.

◆ m_x

double m_x

Position on the x-axis.

◆ m_y

double m_y

Position on the y-axis.