RINGMesh
Version 5.0.0
A programming library for geological model meshes
|
#include <ringmesh/ringmesh_tests_config.h>
#include <vector>
#include <geogram/basic/vecg.h>
#include <ringmesh/basic/geometry.h>
Go to the source code of this file.
Functions | |
void | verdict (bool condition, std::string test_name) |
template<index_t DIMENSION> | |
bool | are_almost_equal (const vecn< DIMENSION > &vec0, const vecn< DIMENSION > &vec1) |
void | test_point_plane_side () |
int | main () |
bool are_almost_equal | ( | const vecn< DIMENSION > & | vec0, |
const vecn< DIMENSION > & | vec1 | ||
) |
Definition at line 63 of file test-geometry-position.cpp.
int main | ( | ) |
Definition at line 90 of file test-geometry-position.cpp.
void test_point_plane_side | ( | ) |
Definition at line 69 of file test-geometry-position.cpp.
void verdict | ( | bool | condition, |
std::string | test_name | ||
) |
Definition at line 50 of file test-geometry-position.cpp.