public static Plane AtPlaneParallel(this INoise noise, double startX, double startY, int width, int height, double increment) => noise.AtPlaneParallel(startX, startY, 0, width, height, increment);