League\Geotools\Vertex\VertexInterface::setTo PHP Method

setTo() public method

Set the destination coordinate.
public setTo ( League\Geotools\Coordinate\CoordinateInterface $to ) : League\Geotools\Vertex\VertexInterface
$to League\Geotools\Coordinate\CoordinateInterface The destination coordinate.
return League\Geotools\Vertex\VertexInterface
    public function setTo(CoordinateInterface $to);