nns.c  1.0.1
Nanowire Network simulator
wire Struct Reference

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.
 

Detailed Description

Stores the starting and ending positions of a wire together with its centroid position and total length.


The documentation for this struct was generated from the following file: