API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceSpatialPoint

@codexo/exojs / audio / stable

A point in the audio world: the 2D world plane, plus an optional out-of-plane height in the same units. `z` is optional everywhere it appears - a 2D game never supplies it, and a scene node cannot, because the scene graph has no third axis.

3
props
0
methods
0
events
Import
import { SpatialPoint } from '@codexo/exojs'

A point in the audio world: the 2D world plane, plus an optional out-of-plane height in the same units.

`z` is optional everywhere it appears - a 2D game never supplies it, and a scene node cannot, because the scene graph has no third axis.

Properties3
x: number
y: number
z?: number
Source