We are given the position vectors of points \( A, B, C \):
\[
\vec{A} = \hat{i} - 2\hat{j} + 3\hat{k}, \quad \vec{B} = 2\hat{i} + 3\hat{j} - \hat{k}, \quad \vec{C} = -3\hat{i} - \hat{j} - 2\hat{k}.
\]
To determine the type of triangle formed by points A, B, and C, we calculate the distances \( AB \), \( BC \), and \( CA \) using the distance formula between two points in 3D space:
\[
AB = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}.
\]
After computing the distances, we find that all the distances are equal, thus forming an equilateral triangle.
Thus, the correct answer is that A, B, and C form an equilateral triangle.