#include <iostream>
#include <fstream>
#include <math.h>
#include "math_lib.h"
Include dependency graph for math_lib.cc:
Go to the source code of this file.
Functions | |
double | calc_maximal_edge_angle (const D3vector &va, const D3vector &vb, const D3vector &vc, const D3vector &vd) |
double | calc_maximal_face_angle (const D3vector &v0, const D3vector &v1, const D3vector &v2, const D3vector &v3) |
int | Find_next_prime (int x) |
|
Definition at line 39 of file math_lib.cc. References MAX(), and max_interior_angel_of_triangle(). Referenced by Tetraeder_storage::Check_angles(). Here is the call graph for this function: ![]() |
|
Definition at line 49 of file math_lib.cc. References angle_between_faces(), and MAX(). Referenced by Tetraeder_storage::Check_angles(). Here is the call graph for this function: ![]() |
|