예제 #1
0
 public function transform($a, $b, $c, $d, $e, $f)
 {
     if (self::DEBUG) {
         echo __FUNCTION__ . "\n";
     }
     $this->canvas->concat($a, $b, $c, $d, $e, $f);
 }