#include <CGAL/Origin.h>
#include <CGAL/SimpleCartesian/VectorS2.h>
#include <CGAL/SimpleCartesian/Aff_transformationS2.h>
#include <CGAL/Bbox_2.h>
#include <CGAL/number_utils.h>
Go to the source code of this file.
Classes | |
class | PointS2< FT > |
Functions | |
template<class FT > | |
PointS2< FT > | operator+ (const PointS2< FT > &p, const VectorS2< FT > &v) |
template<class FT > | |
PointS2< FT > | operator- (const PointS2< FT > &p, const VectorS2< FT > &v) |
template<class FT > | |
PointS2< FT > | operator+ (const Origin &, const VectorS2< FT > &v) |
template<class FT > | |
PointS2< FT > | operator- (const Origin &, const VectorS2< FT > &v) |
template<class FT > | |
VectorS2< FT > | operator- (const PointS2< FT > &p, const PointS2< FT > &q) |
template<class FT > | |
VectorS2< FT > | operator- (const PointS2< FT > &p, const Origin &) |
template<class FT > | |
VectorS2< FT > | operator- (const Origin &, const PointS2< FT > &p) |
template<class FT > | |
std::ostream & | operator<< (std::ostream &os, const PointS2< FT > &p) |
template<class FT > | |
std::istream & | operator>> (std::istream &is, PointS2< FT > &p) |
Definition at line 198 of file CGAL/include/CGAL/SimpleCartesian/PointS2.h.
References PointS2< FT >::x(), VectorS2< FT >::x(), PointS2< FT >::y(), and VectorS2< FT >::y().
Definition at line 210 of file CGAL/include/CGAL/SimpleCartesian/PointS2.h.
References v.
Definition at line 204 of file CGAL/include/CGAL/SimpleCartesian/PointS2.h.
References PointS2< FT >::x(), VectorS2< FT >::x(), PointS2< FT >::y(), and VectorS2< FT >::y().
Definition at line 215 of file CGAL/include/CGAL/SimpleCartesian/PointS2.h.
References v.
Definition at line 221 of file CGAL/include/CGAL/SimpleCartesian/PointS2.h.
References PointS2< FT >::x(), and PointS2< FT >::y().
Definition at line 227 of file CGAL/include/CGAL/SimpleCartesian/PointS2.h.
Definition at line 233 of file CGAL/include/CGAL/SimpleCartesian/PointS2.h.
References PointS2< FT >::x(), and PointS2< FT >::y().
std::ostream& operator<< | ( | std::ostream & | os, |
const PointS2< FT > & | p | ||
) |
Definition at line 255 of file CGAL/include/CGAL/SimpleCartesian/PointS2.h.
References IO::ASCII, IO::BINARY, IO::mode, and write().
std::istream& operator>> | ( | std::istream & | is, |
PointS2< FT > & | p | ||
) |
Definition at line 274 of file CGAL/include/CGAL/SimpleCartesian/PointS2.h.
References IO::ASCII, IO::BINARY, CGAL_kernel_assertion_msg, IO::mode, read(), x, and y.