ListenerPosition constructor

const ListenerPosition(
  1. double x,
  2. double y,
  3. double z
)

Create an instance.

Implementation

const ListenerPosition(this.x, this.y, this.z);