Package

at.iem.sysson

binaural

Permalink

package binaural

Visibility
  1. Public
  2. All

Type Members

  1. trait BinauralView extends AnyRef

    Permalink
  2. final case class Point2D(x: Double, y: Double) extends Product with Serializable

    Permalink
  3. final case class Point3D(x: Double, y: Double, z: Double) extends Product with Serializable

    Permalink
  4. final case class Polar(theta: Double, phi: Double) extends Product with Serializable

    Permalink

    Polar (two angles) representation of a 3D point.

    Polar (two angles) representation of a 3D point.

    theta

    aka elevation

    phi

    aka azimuth

  5. final case class Radians(value: Double) extends AnyVal with Product with Serializable

    Permalink

Value Members

  1. object BinauralView

    Permalink
  2. object Radians extends Serializable

    Permalink
  3. object Renderer

    Permalink

Ungrouped