Exemple #1
0
// Test the unit vector conversion for quaternions.
void tst_QQuaternion::normalize_data()
{
    // Use the same test data as the length test.
    length_data();
}
void tst_QQuaternion::inverted_data()
{
    // Use the same test data as the length test.
    length_data();
}