← Back to team overview

yade-dev team mailing list archive

Re: normalized null quaternion has length 0...

 

Bruno Chareyre napsal(a):
> Thank you. I don't feel really good now... Do you think some
> uninitialised quaternions could be used somewhere? Why did you hit
> this feature?
Eh, I found a few moments (hours) later that I actually had code like:

Quaternionr q1,q2;
q1-s31orientation*qq1.Conjugate(); q2=se32orientation*qq2.Conjugate();

You see? I overlooked the difference between - and = in "assignement" of q1.

So now I think it is OK...

Vaclav



References