League\Geotools\Coordinate\Ellipsoid::getB PHP Метод

getB() публичный Метод

Computes and returns the semi-minor axis (polar distance) in meters.
См. также: http://home.online.no/~sigurdhu/WGS84_Eng.html
public getB ( ) : double
Результат double
    public function getB()
    {
        return (double) $this->a * (1 - 1 / $this->invF);
    }