mirror of https://github.com/CGAL/cgal
Initialize consts.
This commit is contained in:
parent
540bd54356
commit
bff2e043dc
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue