Location\Line::getPoints PHP 메소드

getPoints() 공개 메소드

Returns an array containing the two points.
public getPoints ( ) : array
리턴 array
    public function getPoints()
    {
        return [$this->point1, $this->point2];
    }