﻿public static class GridMetrics {
	public const int NumThreads = 8;
	public const int PointsPerChunk = 32;
}