#include <cmath>#include <CGAL/Handle.h>#include <CGAL/SimpleCartesian/simple_cartesian_classes.h>#include <CGAL/determinant.h>

Go to the source code of this file.
Classes | |
| class | Aff_transformationS3< FT > |
| class | Aff_transformation_repS3< FT > |
| class | Translation_repS3< FT > |
| class | Scaling_repS3< FT > |
| class | Aff_transformation_rep_baseS3< FT > |
| class | Aff_transformation_repS3< FT > |
| class | Translation_repS3< FT > |
| class | Scaling_repS3< FT > |
| class | Aff_transformationS3< FT > |
Functions | |
| template<class FT > | |
| Aff_transformationS3< FT > | _general_transformation_composition (Aff_transformation_repS3< FT > &l, Aff_transformation_repS3< FT > &r) |
| template<class FT > | |
| Aff_transformationS3< FT > | operator* (const Aff_transformationS3< FT > &a, const Aff_transformationS3< FT > &b) |
| template<class FT > | |
| std::ostream & | operator<< (std::ostream &os, Translation_repS3< FT > &t) |
| template<class FT > | |
| std::ostream & | operator<< (std::ostream &os, Scaling_repS3< FT > &t) |
| template<class FT > | |
| std::ostream & | operator<< (std::ostream &os, const Aff_transformationS3< FT > &t) |
| Aff_transformationS3< FT > _general_transformation_composition | ( | Aff_transformation_repS3< FT > & | l, |
| Aff_transformation_repS3< FT > & | r | ||
| ) |
Definition at line 742 of file Aff_transformationS3.h.
References Aff_transformation_repS3< FT >::t11, Aff_transformation_repS3< FT >::t12, Aff_transformation_repS3< FT >::t13, Aff_transformation_repS3< FT >::t14, Aff_transformation_repS3< FT >::t21, Aff_transformation_repS3< FT >::t22, Aff_transformation_repS3< FT >::t23, Aff_transformation_repS3< FT >::t24, Aff_transformation_repS3< FT >::t31, Aff_transformation_repS3< FT >::t32, Aff_transformation_repS3< FT >::t33, and Aff_transformation_repS3< FT >::t34.
Referenced by operator*().

| Aff_transformationS3< FT > operator* | ( | const Aff_transformationS3< FT > & | a, |
| const Aff_transformationS3< FT > & | b | ||
| ) |
Definition at line 766 of file Aff_transformationS3.h.
References _general_transformation_composition(), and Aff_transformationS3< FT >::general_form().

| std::ostream& operator<< | ( | std::ostream & | os, |
| Translation_repS3< FT > & | t | ||
| ) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| Scaling_repS3< FT > & | t | ||
| ) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const Aff_transformationS3< FT > & | t | ||
| ) |
Definition at line 777 of file Aff_transformationS3.h.