Type Alias SphereCorrection<T>

SphereCorrection<T>: {
    pan?: T;
    roll?: T;
    tilt?: T;
}

Object defining angular corrections to a sphere

Type Parameters

  • T = number | string