Class XNode


  • public class XNode
    extends Node
    An X node stores a segment end point.
    Author:
    Tyler Chenhall
    • Constructor Detail

      • XNode

        public XNode​(processing.core.PVector p)
    • Method Detail

      • getData

        public processing.core.PVector getData()
        Return the Point contained in the Node
        Returns:
        The Point data