module StraightSkeleton::InteriorNode

def <=>(other)

def <=>(other)
  (@travel <=> other.travel) * @nodes.direction
end