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);
    }