Go to the source code of this file.
Macros | |
#define | CGAL_POINT_VECTOR_DEFINITIONS_2_C |
Functions | |
template<class R > | |
CGAL_BEGIN_NAMESPACE Vector_2< R > | point_to_vector_conversion (const Point_2< R > &p) |
template<class R > | |
Point_2< R > | vector_to_point_conversion (const Vector_2< R > &v) |
template<class R > | |
Point_2< R > | operator+ (const Point_2< R > &p, const Vector_2< R > &v) |
template<class R > | |
Point_2< R > | operator- (const Point_2< R > &p, const Vector_2< R > &v) |
template<class R > | |
Point_2< R > | operator+ (const Origin &, const Vector_2< R > &v) |
template<class R > | |
Point_2< R > | operator- (const Origin &, const Vector_2< R > &v) |
template<class R > | |
Vector_2< R > | operator- (const Point_2< R > &p, const Point_2< R > &q) |
template<class R > | |
Vector_2< R > | operator- (const Point_2< R > &p, const Origin &) |
template<class R > | |
Vector_2< R > | operator- (const Origin &, const Point_2< R > &p) |
#define CGAL_POINT_VECTOR_DEFINITIONS_2_C |
Definition at line 53 of file point_vector_definitions_2.C.
Definition at line 92 of file point_vector_definitions_2.C.
References vector_to_point_conversion().
Definition at line 98 of file point_vector_definitions_2.C.
References vector_to_point_conversion().
Referenced by Direction_3< R, T >::operator-(), Vector_3< Real >::operator-(), Direction_2< R, T >::operator-(), and Vector_2< T >::operator-().
Definition at line 104 of file point_vector_definitions_2.C.
References q.
Definition at line 113 of file point_vector_definitions_2.C.
References point_to_vector_conversion().
Definition at line 119 of file point_vector_definitions_2.C.
References ORIGIN.
|
inline |
Definition at line 60 of file point_vector_definitions_2.C.
Referenced by operator-().
Definition at line 66 of file point_vector_definitions_2.C.
References v.
Referenced by operator+(), and operator-().