
 Ovunc Tukenmez - 2017-10-23 22:36:05 - 
In reply to message 1 from Steve Burgess 
Hello Steve,
First, I'm sorry for my late reply, I didn't notice the forum message.
Thanks for your bug report, I've updated class to fix that issue.
$class1 = new IntersectionPointsOf2Circles(268, 350, 135, 500, 350, 231);
$points = $class1->getPoints();
print_r($points);
/*
Array
(
    [0] => Array
        (
            [x] => 308.27586206897
            [y] => 478.85206608589
        )
    [1] => Array
        (
            [x] => 308.27586206897
            [y] => 221.14793391411
        )
)
*/