static List<double> makeZToWMatrix(double fudgeFactor) { return [ 1, 0, 0, 0, // 0, 1, 0, 0, // 0, 0, 1, fudgeFactor, // 0, 0, 0, 1, // ]; }