Location\Ellipsoid::__construct PHP Method

__construct() public method

public __construct ( $name, $a, $f )
$name
$a
$f
    public function __construct($name, $a, $f)
    {
        $this->name = $name;
        $this->a = $a;
        $this->f = $f;
    }