Graph::Layout::Aesthetic::Force::MinEdgeIntersect2

Graph::Layout::Aesthetic::Force::MinEdgeIntersect2 - try to make edges uncross, stronger version.
Download

Graph::Layout::Aesthetic::Force::MinEdgeIntersect2 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ton Hospel
  • Publisher web site:
  • http://search.cpan.org/~thospel/Tie-Cacher-0.09/Cacher.pm

Graph::Layout::Aesthetic::Force::MinEdgeIntersect2 Tags


Graph::Layout::Aesthetic::Force::MinEdgeIntersect2 Description

Graph::Layout::Aesthetic::Force::MinEdgeIntersect2 - try to make edges uncross, stronger version. Graph::Layout::Aesthetic::Force::MinEdgeIntersect2 - try to make edges uncross, stronger version.SYNOPSIS use Graph::Layout::Aesthetic; $aglo = Graph::Layout::Aesthetic->new($topology); $aglo->add_force("MinEdgeIntersect2", 1);This module provides an aesthetic force for use by the Graph::Layout::Aesthetic package. It's normally implicitly loaded by using add_force.The aesthetic force is that crossed edge midpoints repel each other with force linear in the distance. The code only works in two dimensions, so it will throw an exception if you try to associate this force with a layout that's not two-dimensional.The old aglo documentation describes this aesthetic as using a constant force, but that's actually not what the code does.METHODSThis class inherits from Graph::Layout::Aesthetic::Force and adds no methods of its own. Requirements: · Perl


Graph::Layout::Aesthetic::Force::MinEdgeIntersect2 Related Software