logo
On this page

ZegoPositionOrientation

ZegoPositionOrientation

Orientation.

Declared in ZegoExpressDefines.h

Properties

axisForward

axisForward
nonatomic, copy, nonnull NSArray<NSNumber *> * 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

axisRight
nonatomic, copy, nonnull NSArray<NSNumber *> * 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

axisUp
nonatomic, copy, nonnull NSArray<NSNumber *> * 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.

Previous

zegoposition

Next

zegoproxyinfo

On this page

Back to top