BNode Class
Public Class BNode
Implements IComparable
This language is not supported or no code example is available.
public class BNode : IComparable
This language is not supported or no code example is available.
public ref class BNode : public IComparable^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
BNode(Arc2dB, bool) | Represents a node in sweepline algorithm of the boolean operation. |
Name | Description | |
---|---|---|
CompareAel(BNode) | Compares edges in the active edge list. | |
CompareTo(object) | Compares two BNode objects. | |
GetX(double) | The X-coord of an arc given the Y-ccord. |
Name | Description | |
---|---|---|
addnode | If this node is an addnode. | |
ael | Pointer to active edge list. | |
arc | The original arc. | |
bot | Bottom point of arc. | |
leftedge | If this arc is a leftedge or rightedge. | |
side | Describes how the arc bulges. -1=arc is to the left of the center of the arc 0=line 1=right. | |
top | Top point of arc. | |
twin | Pointer to the node at the other end of the arc. If twin==NULL this is an add node. |
IGS.Genamo.BNode