Initialize consts.

This commit is contained in:
Guillaume Damiand 2014-12-16 10:30:14 +01:00
parent 540bd54356
commit bff2e043dc
1 changed files with 5 additions and 5 deletions

View File

@ -27,11 +27,11 @@
namespace CGAL {
const Translation TRANSLATION;
const Rotation ROTATION;
const Scaling SCALING;
const Reflection REFLECTION;
const Identity_transformation IDENTITY;
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();