Go to the source code of this file.
Classes | |
class | VectorS3< FT > |
Functions | |
template<class FT > | |
CGAL_BEGIN_NAMESPACE VectorS3< FT > | operator- (const PointS3< FT > &p, const Origin &o) |
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 > &p) |
Definition at line 285 of file CGAL/include/CGAL/SimpleCartesian/VectorS3.h.
References VectorS3< FT >::x(), VectorS3< FT >::y(), and VectorS3< FT >::z().
Referenced by cross_product(), and side_check().
Definition at line 274 of file CGAL/include/CGAL/SimpleCartesian/VectorS3.h.
References VectorS3< FT >::x(), VectorS3< FT >::y(), and VectorS3< FT >::z().
|
inline |
Definition at line 282 of file CGAL/include/CGAL/SimpleCartesian/PointS3.h.
std::ostream& operator<< | ( | std::ostream & | os, |
const VectorS3< FT > & | v | ||
) |
Definition at line 307 of file CGAL/include/CGAL/SimpleCartesian/VectorS3.h.
References IO::ASCII, IO::BINARY, IO::mode, v, and write().
std::istream& operator>> | ( | std::istream & | is, |
VectorS3< FT > & | p | ||
) |
Definition at line 326 of file CGAL/include/CGAL/SimpleCartesian/VectorS3.h.
References IO::ASCII, IO::BINARY, CGAL_kernel_assertion_msg, IO::mode, read(), x, y, and z.