Package im.zego.zegoexpress.entity
Class ZegoPositionOrientation
- java.lang.Object
-
- im.zego.zegoexpress.entity.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.
-
Constructor Summary
Constructors Constructor Description ZegoPositionOrientation()
-
-
-
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.
-
-