Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Side_of_oriented_circle Class Reference

#include <function_objects.h>

Public Types

typedef Oriented_side result_type
 

Public Member Functions

template<class T >
Oriented_side operator() (const T &p, const T &q, const T &r, const T &t) const
 

Detailed Description

Definition at line 311 of file function_objects.h.

Member Typedef Documentation

Definition at line 314 of file function_objects.h.

Member Function Documentation

Oriented_side operator() ( const T &  p,
const T &  q,
const T &  r,
const T &  t 
) const
inline

Definition at line 318 of file function_objects.h.

References side_of_oriented_circle().

319  { return side_of_oriented_circle(p,q,r,t); }
Oriented_side side_of_oriented_circle(const Point_2< R > &p, const Point_2< R > &q, const Point_2< R > &r, const Point_2< R > &test)
NT q

Here is the call graph for this function:


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