Hello mathematicians,
I'm creating a program and I need in this program to rotate some planes around the origin, while I'm given the coefficients a,b,c and d for this plane, they represent a plane of the form:
a x + b y + c z = d
So these coefficients are given and I want to rotate the...