RINGMesh  Version 5.0.0
A programming library for geological model meshes
test-geometry.cpp File Reference
#include <ringmesh/ringmesh_tests_config.h>
#include <ringmesh/basic/geometry.h>

Go to the source code of this file.

Functions

void test_triangle_barycentric_coordinates ()
 
void test_point_plane_distance ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 102 of file test-geometry.cpp.

◆ test_point_plane_distance()

void test_point_plane_distance ( )

Definition at line 77 of file test-geometry.cpp.

◆ test_triangle_barycentric_coordinates()

void test_triangle_barycentric_coordinates ( )

Definition at line 46 of file test-geometry.cpp.