Hello,
when I use normalize3() on a hkVector3(0,0,0) the programm stops with an error but is resumable. In Release Configuration it does not even stop.
The same behaviour is found, when I use 0 or Pi(?) for RADIAN in
rigidBody->setPositionAndRotation(rigidBody->getPosition(), hkQuaternion(hkVector4(0, 0, 1), RADIAN));
How should I deal with this? Testing if a vectorlength is zero is possible, but sometimes I have to set 0 for the rotation and I wonder why there are this warnings, because the program does not crash but continue to work.
Are there any reasons to avoid these kind of warnings?
greetings


