PDL::Graphics::TriD

PDL::Graphics::TriD is a PDL 3D interface.
Download

PDL::Graphics::TriD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tuomas J. Lukka
  • Publisher web site:
  • http://search.cpan.org/~lukka/WeakRef-0.01/WeakRef.pm

PDL::Graphics::TriD Tags


PDL::Graphics::TriD Description

PDL::Graphics::TriD is a PDL 3D interface. PDL::Graphics::TriD is a PDL 3D interface.SYNOPSISuse PDL::Graphics::TriD;# After each graph, let the user rotate is and # wait for him to press 'q', then make new graph line3d($coords); # $coords = (3,n,...) line3d($coords,$colors); # $colors = (3,n,...) line3d(); imagrgb(); lattice3d(); # 2-d piddles points3d();hold3d(); # the following graphs are on top of each other and the previous line3d(); line3d(); $pic = grabpic3d(); # Returns the picture in a (3,$x,$y) float piddle (0..1).release3d(); # the next graph will again wipe out things.WARNINGThese modules are still in a somewhat unfocused state: don't use them yet if you don't know how to make them work if they happen to do something strange.This module implements a generic 3D plotting interface for PDL. Points, lines and surfaces (among other objects) are supported.With OpenGL, it is easy to manipulate the resulting 3D objects with the mouse in real time - this helps data visualization a lot.Requirements:· Perl Requirements: · Perl


PDL::Graphics::TriD Related Software