Image::Flight::Suborbital

Draw diagram of suborbital rocket flight profile
Download

Image::Flight::Suborbital Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ian Kluft
  • Publisher web site:
  • http://search.cpan.org/~ikluft/

Image::Flight::Suborbital Tags


Image::Flight::Suborbital Description

Draw diagram of suborbital rocket flight profile Image::Flight::Suborbital is a Perl module that uses Perl's GD graphics library to draw a diagram of a suborbital space flight.SYNOPSIS use Image::Flight::Suborbital; # instantiate $ifs = Image::Flight::Suborbital->new( "height" => 800, "width" => 250, "title_text" => "120 km suborbital space flight", "altitude_value" => 120, "altitude_units" => "km", ); # draw a PNG image and print it on the standard output print $ifs->image; Requirements: · Perl


Image::Flight::Suborbital Related Software