A third way to classify the triangle is to compute the cosine of each angle directly from the dot product of the vectors meeting at that vertex, which confirms both the right angle and the equal sides independently.
At vertex \( B \), the vectors to the other two points are \( \overrightarrow{BA}=(2,1,2) \) and \( \overrightarrow{BC}=(1,2,-2) \). Their dot product is \( (2)(1)+(1)(2)+(2)(-2)=2+2-4=0 \), so \( \cos B=0 \), meaning \( B=90^\circ \). At vertex \( A \), the vectors are \( \overrightarrow{AB}=(-2,-1,-2) \) and \( \overrightarrow{AC}=(-1,1,-4) \), with \( |\overrightarrow{AB}|=3 \) and \( |\overrightarrow{AC}|=3\sqrt2 \), and dot product \( (-2)(-1)+(-1)(1)+(-2)(-4)=2-1+8=9 \), giving \( \cos A=\dfrac{9}{3\cdot3\sqrt2}=\dfrac{9}{9\sqrt2}=\dfrac{1}{\sqrt2} \), so \( A=45^\circ \). Since the angles of a triangle sum to \( 180^\circ \), \( C=180^\circ-90^\circ-45^\circ=45^\circ \).
Computing all three angles directly confirms the classic \( 90^\circ, 45^\circ, 45^\circ \) angle pattern of a right-angled isosceles triangle.
Therefore, the correct answer is Right-angled isosceles.