Add angle(Point_3, Point_3,Point_3,Vector_3)
This commit is contained in:
committed by
Sébastien Loriot
parent
061a9b1ecd
commit
5f8bc52082
@@ -96,6 +96,13 @@ namespace CartesianKernelFunctors {
|
||||
r.x(), r.y(), r.z(),
|
||||
s.x(), s.y(), s.z());
|
||||
}
|
||||
|
||||
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));
|
||||
}
|
||||
};
|
||||
|
||||
template <typename K>
|
||||
|
||||
Reference in New Issue
Block a user