public static void RenderPoint(Vector point, Vector cameraPosition) { VectorRenderer.Fill(point, cameraPosition, PenetrationBrush, gfxCamera); }