52 #ifndef CGAL_POINT_VECTOR_DEFINITIONS_2_C
53 #define CGAL_POINT_VECTOR_DEFINITIONS_2_C
74 typedef typename R::Point_2_base RPoint_2;
75 typedef typename R::Vector_2_base RVector_2;
76 return Point_2<R>((
const RPoint_2& )p + (
const RVector_2& )
v) ;
84 typedef typename R::Point_2_base RPoint_2;
85 typedef typename R::Vector_2_base RVector_2;
86 return Point_2<R>((
const RPoint_2& )p - (
const RVector_2& )
v) ;
106 typedef typename R::Point_2_base RPoint_2;
107 return Vector_2<R>((
const RPoint_2& )p - (
const RPoint_2& )
q) ;
121 typedef typename R::Point_2_base RPoint_2;
128 #endif // CGAL_POINT_VECTOR_DEFINITIONS_2_C
CGAL_BEGIN_NAMESPACE Vector_2< R > point_to_vector_conversion(const Point_2< R > &p)
Iterator_from_circulator< C, Ref, Ptr > operator+(Dist n, const Iterator_from_circulator< C, Ref, Ptr > &circ)
Point_2< R > vector_to_point_conversion(const Vector_2< R > &v)
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do subject to the following this list of conditions and the following disclaimers ****Redistributions in binary form must reproduce the above **copyright this list of conditions and the following **disclaimers in the documentation and or other materials **provided with the distribution ****Neither the names of the Center for Simulation of Advanced the University of nor the names of its **contributors may be used to endorse or promote products derived **from this Software without specific prior written permission ****THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE v
#define CGAL_BEGIN_NAMESPACE
#define CGAL_END_NAMESPACE
Point_2< R > operator-(const Origin &o, const Vector_2< R > &v)