Add angle(Point_3, Point_3,Point_3,Vector_3)
This commit is contained in:
committed by
Sébastien Loriot
parent
061a9b1ecd
commit
5f8bc52082
@@ -112,6 +112,12 @@ namespace HomogeneousKernelFunctors {
|
||||
const Point_3& r, const Point_3& s) const
|
||||
{ return enum_cast<Angle>(CGAL_NTS sign(c(q,p) * c(s,r))); }
|
||||
// FIXME: scalar product
|
||||
|
||||
result_type
|
||||
operator()(const Point_3& p, const Point_3& q,
|
||||
const Point_3& r, const Vector_3& n) const
|
||||
{
|
||||
return enum_cast<Angle>(orientation(p,q,r,r+n));
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user