ZegoPositionOrientation
ZegoPositionOrientation
Orientation.
Declared in ZegoExpressDefines.h
Properties
axisForward
axisForward
nonatomic, copy, nonnull NSArray<NSNumber *> * axisForwardThe 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
axisRight
nonatomic, copy, nonnull NSArray<NSNumber *> * axisRightThe 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
axisUp
nonatomic, copy, nonnull NSArray<NSNumber *> * axisUpThe 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.
