THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 25/05/2011 at 09:42, xxxxxxxx wrote:
Hi.
I'm stuck how to interpret from COFFEE:
mat->SetRotAxis(vector,float);
to the Py way of doing it.
I've made a new Matrix:
vec = c4d.Vector(0)
mat = Matrix(vec,vec,vec,vec)
and have my Rotation axis and float calculated
but where to put it?
What I've found so far in SDK is "MatrixToRotAxis(m)"
but think I need the opposite function, right?
Cheers
Lennart