#include <CGAL/user_classes.h>
Go to the source code of this file.
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) |
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().
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-().