BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Cartesian/Vector_2.h File Reference
#include <CGAL/Origin.h>
#include <CGAL/array.h>
#include <CGAL/constant.h>
#include <CGAL/Handle_for.h>
Include dependency graph for Vector_2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VectorC2< R_ >

Functions

template<class R >
CGAL_KERNEL_INLINE bool operator== (const VectorC2< R > &v, const VectorC2< R > &w)
template<class R >
bool operator!= (const VectorC2< R > &v, const VectorC2< R > &w)
template<class R >
bool operator== (const VectorC2< R > &v, const Null_vector &)
template<class R >
bool operator== (const Null_vector &n, const VectorC2< R > &v)
template<class R >
bool operator!= (const VectorC2< R > &v, const Null_vector &n)
template<class R >
bool operator!= (const Null_vector &n, const VectorC2< R > &v)

Function Documentation

template<class R >
bool operator!= ( const VectorC2< R > &  v,
const VectorC2< R > &  w 
) [inline]
template<class R >
bool operator!= ( const VectorC2< R > &  v,
const Null_vector n 
) [inline]
template<class R >
bool operator!= ( const Null_vector n,
const VectorC2< R > &  v 
) [inline]
template<class R >
CGAL_KERNEL_INLINE bool operator== ( const VectorC2< R > &  v,
const VectorC2< R > &  w 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class R >
bool operator== ( const VectorC2< R > &  v,
const Null_vector  
) [inline]

Here is the call graph for this function:

template<class R >
bool operator== ( const Null_vector n,
const VectorC2< R > &  v 
) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines