#include <catch2/catch.hpp>
#include "adore/mad/adoremath.h"
#include "adore/mad/llinearpiecewisefunction.h"
Macros | |
#define | CATCH_CONFIG_MAIN |
Functions | |
TEST_CASE ("testing adore min", "[adoremath]") | |
TEST_CASE ("testing toRelativeWithNormalExtrapolation with constant curvature", "[adoremath]") | |
TEST_CASE ("testing toRelativeWithNormalExtrapolation with variable curvature", "[adoremath]") | |
TEST_CASE ("fromRelative with function","[adoremath]") | |
TEST_CASE ("toRelative with function","[adoremath]") | |
TEST_CASE ("toRelative with function and noisy normals","[adoremath]") | |
TEST_CASE ("toRelative with function and noisy normals, rotated","[adoremath]") | |
#define CATCH_CONFIG_MAIN |
TEST_CASE | ( | "fromRelative with function" | , |
"" | [adoremath] | ||
) |
TEST_CASE | ( | "testing adore min" | , |
"" | [adoremath] | ||
) |
TEST_CASE | ( | "testing toRelativeWithNormalExtrapolation with constant curvature" | , |
"" | [adoremath] | ||
) |
TEST_CASE | ( | "testing toRelativeWithNormalExtrapolation with variable curvature" | , |
"" | [adoremath] | ||
) |
TEST_CASE | ( | "toRelative with function and noisy normals" | , |
"" | [adoremath] | ||
) |
TEST_CASE | ( | "toRelative with function and noisy | normals, |
rotated" | , | ||
"" | [adoremath] | ||
) |
TEST_CASE | ( | "toRelative with function" | , |
"" | [adoremath] | ||
) |