|
nns.c
1.0.1
Nanowire Network simulator
|
Stores the starting and ending positions of a wire together with its centroid position and total length. More...
#include <wire.h>
Public Attributes | |
| point | centroid |
| Position of the centroid of the wire. | |
| point | start_edge |
| Position of one of the edges of the wire. | |
| point | end_edge |
| Position of one of the edges of the wire. | |
| double | length |
| Total length of the wire. | |
Stores the starting and ending positions of a wire together with its centroid position and total length.