Class HeadPose

    • Constructor Detail

      • HeadPose

        public HeadPose()
      • HeadPose

        public HeadPose​(HeadPose source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getPitch

        public Long getPitch()
        Get 上下偏移[-30,30]。
        Returns:
        Pitch 上下偏移[-30,30]。
      • setPitch

        public void setPitch​(Long Pitch)
        Set 上下偏移[-30,30]。
        Parameters:
        Pitch - 上下偏移[-30,30]。
      • getYaw

        public Long getYaw()
        Get 左右偏移[-30,30]。
        Returns:
        Yaw 左右偏移[-30,30]。
      • setYaw

        public void setYaw​(Long Yaw)
        Set 左右偏移[-30,30]。
        Parameters:
        Yaw - 左右偏移[-30,30]。
      • getRoll

        public Long getRoll()
        Get 平面旋转[-180,180]。
        Returns:
        Roll 平面旋转[-180,180]。
      • setRoll

        public void setRoll​(Long Roll)
        Set 平面旋转[-180,180]。
        Parameters:
        Roll - 平面旋转[-180,180]。