mirror of https://github.com/CGAL/cgal
Aplit Functor Types to Types and Functor types
This commit is contained in:
parent
fd8809f31d
commit
ecba36658a
|
|
@ -15,12 +15,17 @@
|
|||
class CastingTraits_2 {
|
||||
public:
|
||||
|
||||
/// \name Functor Types
|
||||
/// \name Types
|
||||
/// @{
|
||||
|
||||
//! The direction type. Models the concept `Kernel::Direction_2`.
|
||||
typedef unspecified_type Direction_2;
|
||||
|
||||
/// @}
|
||||
|
||||
/// \name Functor Types
|
||||
/// @{
|
||||
|
||||
//! Models the concept `Kernel::Counterclockwise_in_between_2`.
|
||||
typedef unspecified_type Counterclockwise_in_between_2;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue