RINGMesh  Version 5.0.0
A programming library for geological model meshes
test-geometry-position.cpp File Reference
#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 ()
 

Function Documentation

◆ are_almost_equal()

template<index_t DIMENSION>
bool are_almost_equal ( const vecn< DIMENSION > &  vec0,
const vecn< DIMENSION > &  vec1 
)

Definition at line 63 of file test-geometry-position.cpp.

◆ main()

int main ( )

Definition at line 90 of file test-geometry-position.cpp.

◆ test_point_plane_side()

void test_point_plane_side ( )

Definition at line 69 of file test-geometry-position.cpp.

◆ verdict()

void verdict ( bool  condition,
std::string  test_name 
)

Definition at line 50 of file test-geometry-position.cpp.