SoundPosition3d constructor

const SoundPosition3d({
  1. double x = 0.0,
  2. double y = 0.0,
  3. double z = 0.0,
})

Create the position.

Implementation

const SoundPosition3d({this.x = 0.0, this.y = 0.0, this.z = 0.0});