public override float[, ] GetHeightMap(int width, int height, Vector2 offset) { var noise = new Voronoi(frequency, returnType, distanceFunction); return(noise.HeigthMap(width, height, offset)); }