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

#include <function_objects.h>

Public Types

typedef Line result_type
 

Public Member Functions

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

Detailed Description

template<class Point, class Line>
class CGALi::pl_Bisector< Point, Line >

Definition at line 218 of file function_objects.h.

Member Typedef Documentation

typedef Line result_type

Definition at line 221 of file function_objects.h.

Member Function Documentation

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

Definition at line 224 of file function_objects.h.

References bisector().

224 { return bisector(p,q); }
PlaneS3< FT > bisector(const PointS3< FT > &p, const PointS3< FT > &q)
NT q

Here is the call graph for this function:


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