given two planes in parametric form :
$\pi_1:(x_1,y_1,z_1)+t\overrightarrow{u_1}+k\overrightarrow{v_1}$
$\pi_2:(x_2,y_2,z_2)+s\overrightarrow{u_2}+p\overrightarrow{v_2}$
How can i determine if the two planes are intersecting without converting to algebraic forms?
Is it possible?
thanks.