#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.
|
template<class FT > |
CGAL_BEGIN_NAMESPACE PointS3< FT > | operator+ (const Origin &o, const VectorS3< FT > &v) |
|
template<class FT > |
PointS3< FT > | operator- (const Origin &o, 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 PointS3< FT > &p, 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) |
|
Definition at line 263 of file CGAL/include/CGAL/SimpleCartesian/PointS3.h.
References v.
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do subject to the following this list of conditions and the following disclaimers ****Redistributions in binary form must reproduce the above **copyright this list of conditions and the following **disclaimers in the documentation and or other materials **provided with the distribution ****Neither the names of the Center for Simulation of Advanced the University of nor the names of its **contributors may be used to endorse or promote products derived **from this Software without specific prior written permission ****THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE v
Definition at line 263 of file CGAL/include/CGAL/SimpleCartesian/PointS3.h.
References v.
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do subject to the following this list of conditions and the following disclaimers ****Redistributions in binary form must reproduce the above **copyright this list of conditions and the following **disclaimers in the documentation and or other materials **provided with the distribution ****Neither the names of the Center for Simulation of Advanced the University of nor the names of its **contributors may be used to endorse or promote products derived **from this Software without specific prior written permission ****THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE v
Definition at line 269 of file CGAL/include/CGAL/SimpleCartesian/PointS3.h.
References v.
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do subject to the following this list of conditions and the following disclaimers ****Redistributions in binary form must reproduce the above **copyright this list of conditions and the following **disclaimers in the documentation and or other materials **provided with the distribution ****Neither the names of the Center for Simulation of Advanced the University of nor the names of its **contributors may be used to endorse or promote products derived **from this Software without specific prior written permission ****THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE v
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const PointS3< FT > & |
p |
|
) |
| |
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
PointS3< FT > & |
p |
|
) |
| |
Definition at line 332 of file CGAL/include/CGAL/SimpleCartesian/PointS3.h.
References IO::ASCII, IO::BINARY, CGAL_kernel_assertion_msg, IO::mode, read(), x, y, and z.
void int int REAL REAL * y
#define CGAL_kernel_assertion_msg(EX, MSG)
void int int int REAL REAL REAL * z
void read(std::istream &is, T &t, const io_Read_write &)