|
BWAPI
|
#include <Aff_transformation_rep_2.h>


| typedef Aff_transformation_rep_baseC2<R> Aff_transformation_repC2< R >::Aff_t_base |
| typedef Aff_t_base::Aff_transformation_2 Aff_transformation_repC2< R >::Aff_transformation_2 |
Reimplemented from Aff_transformation_rep_baseC2< R >.
| typedef Aff_t_base::Direction_2 Aff_transformation_repC2< R >::Direction_2 |
Reimplemented from Aff_transformation_rep_baseC2< R >.
| typedef R::FT Aff_transformation_repC2< R >::FT |
Reimplemented from Aff_transformation_rep_baseC2< R >.
| typedef Aff_t_base::Point_2 Aff_transformation_repC2< R >::Point_2 |
Reimplemented from Aff_transformation_rep_baseC2< R >.
| typedef Aff_transformation_repC2<R> Aff_transformation_repC2< R >::Self |
| typedef Aff_t_base::Vector_2 Aff_transformation_repC2< R >::Vector_2 |
Reimplemented from Aff_transformation_rep_baseC2< R >.
| Aff_transformation_repC2< R >::Aff_transformation_repC2 | ( | ) | [inline] |
| Aff_transformation_repC2< R >::Aff_transformation_repC2 | ( | const FT & | m11, |
| const FT & | m12, | ||
| const FT & | m21, | ||
| const FT & | m22 | ||
| ) | [inline] |
| Aff_transformation_repC2< R >::Aff_transformation_repC2 | ( | const FT & | m11, |
| const FT & | m12, | ||
| const FT & | m13, | ||
| const FT & | m21, | ||
| const FT & | m22, | ||
| const FT & | m23 | ||
| ) | [inline] |
| FT Aff_transformation_repC2< R >::cartesian | ( | int | i, |
| int | j | ||
| ) | const [inline, virtual] |
Implements Aff_transformation_rep_baseC2< R >.
| Aff_transformation_2 Aff_transformation_repC2< R >::compose | ( | const Self & | t | ) | const |
| CGAL_KERNEL_LARGE_INLINE Aff_transformation_repC2< R >::Aff_transformation_2 Aff_transformation_repC2< R >::compose | ( | const Translation_repC2< R > & | t | ) | const [virtual] |
Implements Aff_transformation_rep_baseC2< R >.
| CGAL_KERNEL_LARGE_INLINE Aff_transformation_repC2< R >::Aff_transformation_2 Aff_transformation_repC2< R >::compose | ( | const Rotation_repC2< R > & | t | ) | const [virtual] |
Implements Aff_transformation_rep_baseC2< R >.
| CGAL_KERNEL_LARGE_INLINE Aff_transformation_repC2< R >::Aff_transformation_2 Aff_transformation_repC2< R >::compose | ( | const Scaling_repC2< R > & | t | ) | const [virtual] |
Implements Aff_transformation_rep_baseC2< R >.
| CGAL_KERNEL_LARGE_INLINE Aff_transformation_repC2< R >::Aff_transformation_2 Aff_transformation_repC2< R >::inverse | ( | ) | const [virtual] |
| bool Aff_transformation_repC2< R >::is_even | ( | ) | const [inline, virtual] |
| CGAL_KERNEL_INLINE Aff_transformation_repC2< R >::Aff_transformation_2 Aff_transformation_repC2< R >::operator* | ( | const Aff_t_base & | t | ) | const |

| std::ostream& Aff_transformation_repC2< R >::print | ( | std::ostream & | os | ) | const [inline, virtual] |
Implements Aff_transformation_rep_baseC2< R >.
| Point_2 Aff_transformation_repC2< R >::transform | ( | const Point_2 & | p | ) | const [inline, virtual] |
Implements Aff_transformation_rep_baseC2< R >.
| Vector_2 Aff_transformation_repC2< R >::transform | ( | const Vector_2 & | v | ) | const [inline, virtual] |
Implements Aff_transformation_rep_baseC2< R >.
| Direction_2 Aff_transformation_repC2< R >::transform | ( | const Direction_2 & | dir | ) | const [inline, virtual] |
Implements Aff_transformation_rep_baseC2< R >.
friend class Rotation_repC2< R > [friend] |
friend class Scaling_repC2< R > [friend] |
friend class Translation_repC2< R > [friend] |
1.7.6.1