Help for this page

Select Code to Download


  1. or download this
    package Vector2D;
    use strict;
    ...
          "+"    => \&plus,
          "*"    => \&mult;
    
  2. or download this
    sub drawPoly {
        my @p = @_; #Array of  Vector2Ds
    ...
        }
        
    }
    
  3. or download this
        while( pop( @p ) ) {