Help for this page

Select Code to Download


  1. or download this
    $e = t_rot([45,45,45]);
    
  2. or download this
    $d = $e->apply($c);
    
  3. or download this
    $e = t_linear({ rot => [45,45,45], dims => 3});
    
  4. or download this
    $PDL::Transform::debug = 1;
    
    $e = t_linear({ rot => [45,45,45] });
    # the above will emit:
    #   PDL::Transform::Linear: assuming 2-D transform (set dims option to
    + change)