Location\Ellipsoid::getB PHP 메소드

getB() 공개 메소드

Calculation of the semi-minor axis
public getB ( ) : float
리턴 float
    public function getB()
    {
        return $this->a * (1 - 1 / $this->f);
    }