Location\Line::setPoint1 PHP 메소드

setPoint1() 공개 메소드

public setPoint1 ( Coordinate $point1 )
$point1 Coordinate
    public function setPoint1($point1)
    {
        $this->point1 = $point1;
    }