ZegoPositionOrientation Class Reference
Inherits from | NSObject |
---|---|
Declared in | ZegoExpressDefines.h |
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.
@property (nonatomic, copy, nonnull) NSArray<NSNumber*> *axisForward
Declared In
ZegoExpressDefines.h
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.
@property (nonatomic, copy, nonnull) NSArray<NSNumber*> *axisRight
Declared In
ZegoExpressDefines.h
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.
@property (nonatomic, copy, nonnull) NSArray<NSNumber*> *axisUp
Declared In
ZegoExpressDefines.h