C# Class ConnectionPointInfo, sharpneat-refactor

For tracking connection points on nodes when drawing backwards directed connections, i.e. when the connection target node is vertically higher than the source node.
Exibir arquivo Open project: colgreen/sharpneat-refactor Class Usage Examples

Public Properties

Property Type Description
LowerLeft int
LowerRight int
UpperLeft int
UpperRight int

Property Details

LowerLeft public_oe property

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

LowerRight public_oe property

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

UpperLeft public_oe property

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

UpperRight public_oe property

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