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