Esempio n. 1
0
 /**
  * Test if a point is on the external circle of the disc
  *
  * @param   \Maths\PointInterface   $a
  * @return  bool
  */
 public function isValidCirclePoint(PointInterface $a)
 {
     return (bool) parent::isValidPoint($a);
 }