ListenerOrientation class

The orientation of the listener.

Constructors

ListenerOrientation(double x1, double y1, double z1, double x2, double y2, double z2)
Create an instance.
const
ListenerOrientation.fromAngle(double angle)
Create an instance from angle.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x1 double
X1.
final
x2 double
X2.
final
y1 double
Y1.
final
y2 double
Y2.
final
z1 double
Z1.
final
z2 double
Z2.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Describe this object.
override

Operators

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