TM2IN  0.5.1
vector_3.h
Go to the documentation of this file.
1 //
2 // Created by dongmin on 18. 7. 23.
3 //
4 
5 #ifndef TM2IN_VECTOR_3_H
6 #define TM2IN_VECTOR_3_H
7 
8 #include "detail/cgal_config.h"
9 
10 namespace TM2IN {
11  namespace detail {
12  namespace cgal {
17  double getCosineValue(Vector_3& nv1,Vector_3& nv2);
18  }
19  }
20 }
21 
22 #endif //TM2IN_VECTOR_3_H
double getCosineValue(Vector_3 &nv1, Vector_3 &nv2)
Returns cosine value.
Definition: vector_3.cpp:10
Kernel::Vector_3 Vector_3
Definition: cgal_config.h:42
Definition: collinear.cpp:10