So i have the points A=(1,0,1) and B=(1,-1,0) and the third corner lies on the line
L:(x,y,z) = (t,t,t) and i need to find a triangle with the minimum area possible.
My initial approach was to calculate the vector BA and BC and then apply both vectors in the area triangle formula...