x = $x; $this->y = $y; $this->z = $z; $this->yaw = $yaw; $this->pitch = $pitch; $this->level = $level; } public function getYaw(){ return $this->yaw; } public function getPitch(){ return $this->pitch; } }