ListenerOrientation constructor

const ListenerOrientation(
  1. double x1,
  2. double y1,
  3. double z1,
  4. double x2,
  5. double y2,
  6. double z2,
)

Create an instance.

Implementation

const ListenerOrientation(
  this.x1,
  this.y1,
  this.z1,
  this.x2,
  this.y2,
  this.z2,
);