headingDegrees = $headingDegrees; } /** * @return float */ public function getHeadingDegrees() { return $this->headingDegrees; } /** * @param float */ public function setPitchDegrees($pitchDegrees) { $this->pitchDegrees = $pitchDegrees; } /** * @return float */ public function getPitchDegrees() { return $this->pitchDegrees; } /** * @param float */ public function setRollDegrees($rollDegrees) { $this->rollDegrees = $rollDegrees; } /** * @return float */ public function getRollDegrees() { return $this->rollDegrees; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoFileSphericalMetadataPose::class, 'Google_Service_Contentwarehouse_VideoFileSphericalMetadataPose');