#include <iostream>
#include <vector>
#include <array>
#include "gtest/gtest.h"
#include "tangram/support/MatPoly.h"
#include "portage/intersect/intersect_r3d.h"
#include "wonton/mesh/simple/simple_mesh.h"
#include "wonton/mesh/simple/simple_mesh_wrapper.h"
Functions | |
TEST (TANGRAM_3D, test_matpoly_succeeds) | |
TEST (TANGRAM_3D, test_matpoly_create) | |
TEST (TANGRAM_3D, test_matpoly_cube) | |
TEST (TANGRAM_3D, test_matpoly_faceted_cube_by_hand) | |
TEST (TANGRAM_3D, test_matpoly_intersect) | |
TEST (TANGRAM_3D, test_intersect_matpoly_gold) | |
TEST (TANGRAM_3D, test_intersect_matpoly_gold2) | |
TEST (TANGRAM_3D, test_intersect_matpoly_gold3) | |
TEST (TANGRAM_3D, test_intersect_matpoly_gold4) | |
Variables | |
double | eps = 1.e-8 |
Function Documentation
◆ TEST() [1/9]
TEST | ( | TANGRAM_3D | , |
test_matpoly_succeeds | |||
) |
◆ TEST() [2/9]
TEST | ( | TANGRAM_3D | , |
test_matpoly_create | |||
) |
◆ TEST() [3/9]
TEST | ( | TANGRAM_3D | , |
test_matpoly_cube | |||
) |
◆ TEST() [4/9]
TEST | ( | TANGRAM_3D | , |
test_matpoly_faceted_cube_by_hand | |||
) |
◆ TEST() [5/9]
TEST | ( | TANGRAM_3D | , |
test_matpoly_intersect | |||
) |
◆ TEST() [6/9]
TEST | ( | TANGRAM_3D | , |
test_intersect_matpoly_gold | |||
) |
◆ TEST() [7/9]
TEST | ( | TANGRAM_3D | , |
test_intersect_matpoly_gold2 | |||
) |
◆ TEST() [8/9]
TEST | ( | TANGRAM_3D | , |
test_intersect_matpoly_gold3 | |||
) |
◆ TEST() [9/9]
TEST | ( | TANGRAM_3D | , |
test_intersect_matpoly_gold4 | |||
) |
Variable Documentation
◆ eps
double eps = 1.e-8 |