Type alias SphereCorrection

SphereCorrection: {
    pan?: number;
    roll?: number;
    tilt?: number;
}

Object defining angular corrections to a sphere

Type declaration

  • Optional pan?: number
  • Optional roll?: number
  • Optional tilt?: number

Generated using TypeDoc