C# Class SharpNeat.View.Graph.IOGraphPainter.ConnectionPointInfo

Class used for tracking connection point on nodes when drawing backwards directed connections (target node higher than the source node).
Show file Open project: colgreen/sharpneat

Public Properties

Property Type Description
_lowerLeft int
_lowerRight int
_upperLeft int
_upperRight int

Property Details

_lowerLeft public property

Running connection count for bottom left of node.
public int _lowerLeft
return int

_lowerRight public property

Running connection count for bottom right of node.
public int _lowerRight
return int

_upperLeft public property

Running connection count for top left of node.
public int _upperLeft
return int

_upperRight public property

Running connection count for top right of node.
public int _upperRight
return int