Go to the source code of this file.
Macros | |
#define | CGAL_POINT_VECTOR_DEFINITIONS_3_C |
Functions | |
template<class R > | |
CGAL_BEGIN_NAMESPACE Vector_3< R > | point_to_vector_conversion (const Point_3< R > &p) |
template<class R > | |
Point_3< R > | vector_to_point_conversion (const Vector_3< R > &v) |
template<class R > | |
Point_3< R > | operator+ (const Point_3< R > &p, const Vector_3< R > &v) |
template<class R > | |
Point_3< R > | operator- (const Point_3< R > &p, const Vector_3< R > &v) |
template<class R > | |
Point_3< R > | operator+ (const Origin &, const Vector_3< R > &v) |
template<class R > | |
Point_3< R > | operator- (const Origin &, const Vector_3< R > &v) |
template<class R > | |
Vector_3< R > | operator- (const Point_3< R > &p, const Point_3< R > &q) |
template<class R > | |
Vector_3< R > | operator- (const Point_3< R > &p, const Origin &) |
template<class R > | |
Vector_3< R > | operator- (const Origin &, const Point_3< R > &p) |
#define CGAL_POINT_VECTOR_DEFINITIONS_3_C |
Definition at line 53 of file point_vector_definitions_3.C.
Definition at line 72 of file point_vector_definitions_3.C.
References v.
Definition at line 92 of file point_vector_definitions_3.C.
References vector_to_point_conversion().
Definition at line 82 of file point_vector_definitions_3.C.
References v.
Definition at line 98 of file point_vector_definitions_3.C.
References vector_to_point_conversion().
Definition at line 113 of file point_vector_definitions_3.C.
References point_to_vector_conversion().
|
inline |
Definition at line 60 of file point_vector_definitions_3.C.
Definition at line 66 of file point_vector_definitions_3.C.
References v.