I have begun reading about quaternions after a long time. However I should answer this soon to other members of my work group. My understanding of quaternions is composed of four values w,x,y and z and that they can be used to represent rotations.
I have received data that supposedly represent quaternions
What are the conditions that have to be met for these data to be valid?
I have been told one condition of the quaternions is they have to have unit length so I am checking this condition on the data
I was told that a second one is that the w part(the scalar part) has to be non-negative to represent a proper rotation. However watching videos about quaternions make me doubt this.
Are there other conditions for data to be valid as quaternions?