Joli\ArDrone\Buffer\Buffer::getVector31 PHP 메소드

getVector31() 공개 메소드

public getVector31 ( )
    public function getVector31()
    {
        return ['x' => $this->getFloat32(), 'y' => $this->getFloat32(), 'z' => $this->getFloat32()];
    }