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

setFrom() public method

Set the origin coordinate.
public setFrom ( League\Geotools\Coordinate\CoordinateInterface $from ) : League\Geotools\Vertex\VertexInterface
$from League\Geotools\Coordinate\CoordinateInterface The origin coordinate.
return League\Geotools\Vertex\VertexInterface
    public function setFrom(CoordinateInterface $from);