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