Go to the source code of this file.
Classes | |
class | VectorS3< FT > |
Functions | |
template<class FT > | |
VectorS3< FT > | operator* (const FT &c, const VectorS3< FT > &w) |
template<class FT > | |
VectorS3< FT > | cross_product (const VectorS3< FT > &v, const VectorS3< FT > &w) |
template<class FT > | |
std::ostream & | operator<< (std::ostream &os, const VectorS3< FT > &v) |
template<class FT > | |
std::istream & | operator>> (std::istream &is, VectorS3< FT > &v) |
Definition at line 139 of file include/CGAL/SimpleCartesian/VectorS3.h.
References VectorS3< FT >::x(), VectorS3< FT >::y(), and VectorS3< FT >::z().
Definition at line 134 of file include/CGAL/SimpleCartesian/VectorS3.h.
References VectorS3< FT >::x(), VectorS3< FT >::y(), and VectorS3< FT >::z().
std::ostream& operator<< | ( | std::ostream & | os, |
const VectorS3< FT > & | v | ||
) |
Definition at line 147 of file include/CGAL/SimpleCartesian/VectorS3.h.
References IO::ASCII, IO::BINARY, IO::mode, v, and write().
std::istream& operator>> | ( | std::istream & | is, |
VectorS3< FT > & | v | ||
) |
Definition at line 164 of file include/CGAL/SimpleCartesian/VectorS3.h.
References IO::ASCII, IO::BINARY, IO::mode, read(), VectorS3< FT >::x(), VectorS3< FT >::y(), and VectorS3< FT >::z().