Position class

Coordinate value of the local user's position in the rectangular coordinate system in the RTC room.

Constructors

Position({double x = 0, double y = 0, double z = 0})
const
Position.zero()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
X-coordinate
final
y double
Y-coordinate
final
z double
Z-coordinate
final

Methods

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

Operators

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