I have three vectors a, b, c in cartesian coordinate system x, y, z. Vectors are expressed in 3*3 matrix form by their components on x, y, z coordinates.
Virtual cube is created from vectors a, b, c which starts at same point.
I want to calculate angle between a vector in x,y,z coordinate and a plane inside virtual cube.
Angle between line and plane is found if plane normal is known. But I can't get normal of plane inside a cube.