#include <CGAL/Origin.h>
#include <CGAL/SimpleCartesian/VectorS3.h>
#include <CGAL/SimpleCartesian/Aff_transformationS3.h>
#include <CGAL/Bbox_3.h>
#include <CGAL/number_utils.h>
Go to the source code of this file.
Classes | |
class | PointS3< FT > |
Functions | |
template<class FT > | |
CGAL_END_NAMESPACE CGAL_BEGIN_NAMESPACE PointS3 < FT > | operator+ (const PointS3< FT > &p, const VectorS3< FT > &v) |
template<class FT > | |
PointS3< FT > | operator- (const PointS3< FT > &p, const VectorS3< FT > &v) |
template<class FT > | |
PointS3< FT > | operator+ (const Origin &, const VectorS3< FT > &v) |
template<class FT > | |
PointS3< FT > | operator- (const Origin &, const VectorS3< FT > &v) |
template<class FT > | |
VectorS3< FT > | operator- (const PointS3< FT > &p, const PointS3< FT > &q) |
template<class FT > | |
VectorS3< FT > | operator- (const PointS3< FT > &p, const Origin &) |
template<class FT > | |
VectorS3< FT > | operator- (const Origin &, const PointS3< FT > &p) |
template<class FT > | |
std::ostream & | operator<< (std::ostream &os, const PointS3< FT > &p) |
template<class FT > | |
std::istream & | operator>> (std::istream &is, PointS3< FT > &p) |
|
inline |
Definition at line 121 of file include/CGAL/SimpleCartesian/PointS3.h.
References VectorS3< FT >::x(), PointS3< FT >::x(), VectorS3< FT >::y(), PointS3< FT >::y(), VectorS3< FT >::z(), and PointS3< FT >::z().
Definition at line 133 of file include/CGAL/SimpleCartesian/PointS3.h.
References v.
Definition at line 127 of file include/CGAL/SimpleCartesian/PointS3.h.
References VectorS3< FT >::x(), PointS3< FT >::x(), VectorS3< FT >::y(), PointS3< FT >::y(), VectorS3< FT >::z(), and PointS3< FT >::z().
Definition at line 139 of file include/CGAL/SimpleCartesian/PointS3.h.
References v.
Definition at line 145 of file include/CGAL/SimpleCartesian/PointS3.h.
References PointS3< FT >::x(), PointS3< FT >::y(), and PointS3< FT >::z().
Definition at line 152 of file include/CGAL/SimpleCartesian/PointS3.h.
Definition at line 159 of file include/CGAL/SimpleCartesian/PointS3.h.
References PointS3< FT >::x(), PointS3< FT >::y(), and PointS3< FT >::z().
std::ostream& operator<< | ( | std::ostream & | os, |
const PointS3< FT > & | p | ||
) |
Definition at line 165 of file include/CGAL/SimpleCartesian/PointS3.h.
References IO::ASCII, IO::BINARY, IO::mode, and write().
std::istream& operator>> | ( | std::istream & | is, |
PointS3< FT > & | p | ||
) |
Definition at line 184 of file include/CGAL/SimpleCartesian/PointS3.h.
References IO::ASCII, IO::BINARY, CGAL_kernel_assertion_msg, IO::mode, read(), x, y, and z.