Package micycle.trapmap.graph
Class XNode
- java.lang.Object
-
- micycle.trapmap.graph.Node
-
- micycle.trapmap.graph.XNode
-
public class XNode extends Node
An X node stores a segment end point.- Author:
- Tyler Chenhall
-
-
Constructor Summary
Constructors Constructor Description XNode(processing.core.PVector p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description processing.core.PVector
getData()
Return the Point contained in the Node-
Methods inherited from class micycle.trapmap.graph.Node
getLeftChildNode, getParentNode, getParentNodes, getRightChildNode, setLeftChildNode, setParentNode, setRightChildNode
-
-