Kaynağa Gözat

Weenier 168otc项目部署 0630
1

wesmiler 3 yıl önce
ebeveyn
işleme
d180802456
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      vendor/ionux/phactor/src/Point.php

+ 3 - 0
vendor/ionux/phactor/src/Point.php

@@ -179,8 +179,11 @@ trait Point
 
             $test_point = array('x' => $right, 'y' => $left, 'y2' => $y2, 'x3' => $x3, 'ax' => $ax);
 
+            echo '1111';
             var_dump($test_point);
+            echo '2222';
             var_dump($left);
+            echo '3333';
             var_dump($right);
             if ($left == $right) {
                 return true;