mirror of https://github.com/CGAL/cgal
remove functions documented in the concept
This commit is contained in:
parent
ed12dcca72
commit
1f672fd68f
|
|
@ -161,106 +161,5 @@ Convex_hull_traits_3(Convex_hull_traits_3& t);
|
|||
|
||||
/// @}
|
||||
|
||||
/// \name Operations
|
||||
/// @{
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Construct_segment_3
|
||||
construct_segment_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Construct_ray_3
|
||||
construct_ray_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Construct_plane_3
|
||||
construct_plane_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Construct_triangle_3
|
||||
construct_triangle_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Construct_vector_3
|
||||
construct_vector_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Construct_centroid_3
|
||||
construct_centroid_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Construct_orthogonal_vector_3
|
||||
construct_orthogonal_vector_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Equal_3
|
||||
equal_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Collinear_3
|
||||
collinear_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Coplanar_3
|
||||
coplanar_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Has_on_3
|
||||
has_on_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Less_distance_to_point_3
|
||||
less_distance_to_point_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Has_on_positive_side_3
|
||||
has_on_positive_side_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Oriented_side_3
|
||||
oriented_side_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Do_intersect_3
|
||||
do_intersect_3_object() const;
|
||||
|
||||
/*!
|
||||
|
||||
*/
|
||||
Less_signed_distance_to_plane_3
|
||||
less_signed_distance_to_plane_3_object() const;
|
||||
|
||||
/// @}
|
||||
|
||||
}; /* end Convex_hull_traits_3 */
|
||||
} /* end namespace CGAL */
|
||||
|
|
|
|||
Loading…
Reference in New Issue