BWAPI
Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Cartesian/line_constructions_2.h File Reference
#include <CGAL/Cartesian/Point_2.h>
#include <CGAL/Cartesian/Line_2.h>
Include dependency graph for line_constructions_2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class K >
CGAL_BEGIN_NAMESPACE LineC2< Kline_from_point_direction (const PointC2< K > &p, const DirectionC2< K > &d)
template<class K >
LineC2< Kperpendicular_through_point (const LineC2< K > &l, const PointC2< K > &p)

Function Documentation

template<class K >
CGAL_BEGIN_NAMESPACE LineC2<K> line_from_point_direction ( const PointC2< K > &  p,
const DirectionC2< K > &  d 
) [inline]
template<class K >
LineC2<K> perpendicular_through_point ( const LineC2< K > &  l,
const PointC2< K > &  p 
) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines