Type alias XYZPosition

XYZPosition: XYPosition & {
    z: number;
}

Generated using TypeDoc