mirror of https://github.com/CGAL/cgal
add another functor requirement
This commit is contained in:
parent
3b121490a4
commit
f45a163cf2
|
|
@ -90,6 +90,11 @@ Function object model of Kernel::ConstructSumOfVectors_3 for the aforementioned
|
|||
*/
|
||||
typedef Hidden_type Construct_sum_of_vectors_3;
|
||||
|
||||
/*!
|
||||
Function object model of Kernel::ComputeApproximatedDihedralAngle_3 for the aforementioned geometric types.
|
||||
*/
|
||||
typedef Hidden_type Compute_approximated_dihedral_angle_3;
|
||||
|
||||
/// @}
|
||||
|
||||
}; /* end SegmentationGeomTraits */
|
||||
|
|
|
|||
Loading…
Reference in New Issue