Class ZegoPositionOrientation


  • public class ZegoPositionOrientation
    extends java.lang.Object
    Orientation.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float[] axisForward
      The unit vector of the front axis of its own coordinate system.
      float[] axisRight
      The unit vector of the right axis of its own coordinate system.
      float[] axisUp
      The unit vector of the up axis of its own coordinate system.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • axisForward

        public float[] axisForward
        The unit vector of the front axis of its own coordinate system. The parameter is a float array with a length of 3. The three values ​​represent the front, right, and top coordinate values ​​in turn.
      • axisRight

        public float[] axisRight
        The unit vector of the right axis of its own coordinate system. The parameter is a float array with a length of 3. The three values ​​represent the front, right, and top coordinate values ​​in turn.
      • axisUp

        public float[] axisUp
        The unit vector of the up axis of its own coordinate system. The parameter is a float array with a length of 3. The three values ​​represent the front, right, and top coordinate values ​​in turn.
    • Constructor Detail

      • ZegoPositionOrientation

        public ZegoPositionOrientation()