MobileRT
1.0
A multi platform C++ CPU progressive Ray Tracer.
|
Classes | |
class | TestIntersection |
Functions | |
TEST_F (TestIntersection, TestInvalidConstructor) | |
TEST_F (TestIntersection, TestInvalidConstructor2) | |
TEST_F (TestIntersection, TestInvalidConstructor3) | |
TEST_F (TestIntersection, TestConstructor) | |
TEST_F (TestIntersection, TestConstructor2) | |
TEST_F | ( | TestIntersection | , |
TestInvalidConstructor | |||
) |
Tests the Intersection constructor with invalid parameters. In this case the normal has length of 0 and should be 1.
TEST_F | ( | TestIntersection | , |
TestInvalidConstructor2 | |||
) |
Tests the Intersection constructor with invalid parameters. In this case the normal has length of 10 and should be 1.
TEST_F | ( | TestIntersection | , |
TestInvalidConstructor3 | |||
) |
Tests the Intersection constructor with invalid parameters. In this case the distance is of length 0 and should be a positive value.
TEST_F | ( | TestIntersection | , |
TestConstructor | |||
) |
Tests the Intersection constructor.
TEST_F | ( | TestIntersection | , |
TestConstructor2 | |||
) |
Tests the Intersection constructor.