Location\Line::setPoint2 PHP 메소드

setPoint2() 공개 메소드

public setPoint2 ( Coordinate $point2 )
$point2 Coordinate
    public function setPoint2($point2)
    {
        $this->point2 = $point2;
    }