NERtcPositionInfo class

Annotations
  • @JsonSerializable.new()

Constructors

NERtcPositionInfo(List<double?> mSpeakerPosition, List<double?> mSpeakerQuaternion, List<double?> mHeadPosition, List<double?> mHeadQuaternion)
NERtcPositionInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mHeadPosition List<double?>
接收者的位置信息,三个值依次表示 X、Y、Z 的坐标值。默认值{0,0,0}
getter/setter pair
mHeadQuaternion List<double?>
接收者的旋转信息,通过四元组来表示,数据格式为{w, x, y, z}。默认值{0,0,0,0}
getter/setter pair
mSpeakerPosition List<double?>
说话者的位置信息,三个值依次表示 X、Y、Z 的坐标值。默认值{0,0,0}
getter/setter pair
mSpeakerQuaternion List<double?>
说话者的旋转信息,通过四元组来表示,数据格式为{w, x, y, z}。默认值{0,0,0,0}
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited