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
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