Hi I'm trying to find an anle between two vectors using the vangle.
Before I continue heres a quick question:
Is there anywhere in houdini where you can test an expression, besides just dropping it into the expression editor. Is there something like the textport where I can type expressions Im trying out?
So I have two vectors: A and B
A is parralel to the x axis so A=vector3(1,0,0) …right???
and B at a 45 degree angle - so: B=vector3(1,1,0) …right too???
now using vangle(A,B) I get 0 returned …should I not get 45?
What Im I doing wrong?
Pleeeze help…I tried normalize A and normalize B as well but arnt they already normalized here?