Go to the source code of this file.
Classes | |
class | VectorS2< FT > |
Functions | |
template<class _RR > | |
VectorS2< _RR > | operator* (const _RR &c, const VectorS2< _RR > &v) |
template<class _RR > | |
std::ostream & | operator<< (std::ostream &os, const VectorS2< _RR > &v) |
template<class _RR > | |
std::istream & | operator>> (std::istream &is, VectorS2< _RR > &v) |
Definition at line 119 of file include/CGAL/SimpleCartesian/VectorS2.h.
References VectorS2< FT >::x(), and VectorS2< FT >::y().
std::ostream& operator<< | ( | std::ostream & | os, |
const VectorS2< _RR > & | v | ||
) |
Definition at line 124 of file include/CGAL/SimpleCartesian/VectorS2.h.
References IO::ASCII, IO::BINARY, IO::mode, v, and write().
std::istream& operator>> | ( | std::istream & | is, |
VectorS2< _RR > & | v | ||
) |
Definition at line 138 of file include/CGAL/SimpleCartesian/VectorS2.h.
References IO::ASCII, IO::BINARY, IO::mode, read(), VectorS2< FT >::x(), and VectorS2< FT >::y().