public void Destroy() { _points.Destroy(); _points = null; _lines.Destroy(); _lines = null; _triangles.Destroy(); _triangles = null; }