Exemplo n.º 1
0
namespace CGAL {

Translation             TRANSLATION;
Rotation                ROTATION;
Scaling                 SCALING;
Reflection              REFLECTION;
Identity_transformation IDENTITY;

const Origin      ORIGIN = Origin();
const Null_vector NULL_VECTOR = Null_vector();

} //namespace CGAL
Exemplo n.º 2
0
namespace CGAL {

const Translation             TRANSLATION = Translation();
const Rotation                ROTATION = Rotation();
const Scaling                 SCALING = Scaling();
const Reflection              REFLECTION = Reflection();
const Identity_transformation IDENTITY = Identity_transformation();

const Origin      ORIGIN = Origin();
const Null_vector NULL_VECTOR = Null_vector();

} //namespace CGAL