Help for this page

Select Code to Download


  1. or download this
    Using an array as a reference is deprecated at /tmp/3dgraphics2.perl l
    +ine 989.
    Using an array as a reference is deprecated at /tmp/3dgraphics2.perl l
    +ine 990.
    Using an array as a reference is deprecated at /tmp/3dgraphics2.perl l
    +ine 1094.
    Using an array as a reference is deprecated at /tmp/3dgraphics2.perl l
    +ine 1096.
    Using an array as a reference is deprecated at /tmp/3dgraphics2.perl l
    +ine 1129.
    
  2. or download this
           @{$zbuffer}->[$x]->[$y]
    
  3. or download this
           $$zbuffer[$x][$y]
    
  4. or download this
           my $rec = {
                      edge => [$A, $B],
    ...
                      dz   => $Z1 - $Z2,
                      z    => ( $X1 < $X2 ) ? ($Z1) : ($Z2)
                      };