Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
p_Midpoint< Point > Class Template Reference

#include <function_objects.h>

Public Types

typedef Point result_type
 

Public Member Functions

Point operator() (const Point &p, const Point &q) const
 

Detailed Description

template<class Point>
class CGALi::p_Midpoint< Point >

Definition at line 194 of file function_objects.h.

Member Typedef Documentation

typedef Point result_type

Definition at line 197 of file function_objects.h.

Member Function Documentation

Point operator() ( const Point &  p,
const Point &  q 
) const
inline

Definition at line 200 of file function_objects.h.

References midpoint().

200 { return midpoint(p,q); }
NT q
CGAL_BEGIN_NAMESPACE CGAL_KERNEL_MEDIUM_INLINE PointS3< FT > midpoint(PointS3< FT > const &p, PointS3< FT > const &q)

Here is the call graph for this function:


The documentation for this class was generated from the following file: