|
Nugget
|

Functions | |
| TEST_CASE ("Rotation matrix at angle 0 is identity") | |
| TEST_CASE ("Rotation matrix Y-axis at 0 is identity") | |
| TEST_CASE ("Rotation matrix Z-axis at 0 is identity") | |
| TEST_CASE ("Matrix multiply with identity") | |
| TEST_CASE ("Identity matrix * vector = vector") | |
| TEST_CASE ("Matrix-vector XY extraction") | |
| TEST_CASE ("Matrix-vector Z extraction") | |
| TEST_CASE ("Cross product of basis vectors") | |
| TEST_CASE ("Cross product anti-commutativity") | |
| TEST_CASE ("Cross product of parallel vectors is zero") | |
| TEST_CASE ("Identity matrix determinant is 1") | |
| TEST_CASE ("Rotation matrix determinant is 1") | |
| TEST_CASE ("Square root of 4 is 2") | |
| TEST_CASE ("Square root of 1 is 1") | |
| TEST_CASE ("Square root of 9 is 3") | |
| TEST_CASE ("Norm of unit vectors is 1") | |
| TEST_CASE ("Norm of (3, 4, 0) is 5") | |
| TEST_CASE ("Normalized vector has unit length") | |
| TEST_CASE ("Matrix scale") | |
| TEST_CASE ("Perspective projection") | |
| TEST_CASE | ( | "Cross product anti-commutativity" | ) |
| TEST_CASE | ( | "Cross product of basis vectors" | ) |
| TEST_CASE | ( | "Cross product of parallel vectors is zero" | ) |
| TEST_CASE | ( | ) |
| TEST_CASE | ( | "Identity matrix determinant is 1" | ) |
| TEST_CASE | ( | "Matrix multiply with identity" | ) |
| TEST_CASE | ( | "Matrix scale" | ) |
| TEST_CASE | ( | "Matrix-vector XY extraction" | ) |
| TEST_CASE | ( | "Matrix-vector Z extraction" | ) |
| TEST_CASE | ( | "Norm of (3, 4, 0) is 5" | ) |
| TEST_CASE | ( | "Norm of unit vectors is 1" | ) |
| TEST_CASE | ( | "Normalized vector has unit length" | ) |
| TEST_CASE | ( | "Perspective projection" | ) |
| TEST_CASE | ( | "Rotation matrix at angle 0 is identity" | ) |
| TEST_CASE | ( | "Rotation matrix determinant is 1" | ) |
| TEST_CASE | ( | "Rotation matrix Y-axis at 0 is identity" | ) |
| TEST_CASE | ( | "Rotation matrix Z-axis at 0 is identity" | ) |
| TEST_CASE | ( | "Square root of 1 is 1" | ) |
| TEST_CASE | ( | "Square root of 4 is 2" | ) |
| TEST_CASE | ( | "Square root of 9 is 3" | ) |