Given the line L that passes through the points (0,0,0) and (1,1,1), write the 3D matrix M that rotates a 3D vector V about the line L with the angle θ.
a) Matrix expression involving θ
b) Matrix expression involving coordinates of V
c) Matrix expression involving coordinates of L
d) None of the above