]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animation/transform.cpp
Use default member initializers for simple types
[libs/gl.git] / source / animation / transform.cpp
index b703a5b12e345863c03c533f782adcfa4e5b33be..4c8e15643774f3bae9cb05ff1b82227d6aa7a783 100644 (file)
@@ -3,13 +3,6 @@
 namespace Msp {
 namespace GL {
 
-Transform::Transform():
-       position(0.0f, 0.0f, 0.0f),
-       euler(Angle::zero(), Angle::zero(), Angle::zero()),
-       scale(1.0f, 1.0f, 1.0f),
-       mask(NONE)
-{ }
-
 Transform Transform::from_matrix(const Matrix &matrix)
 {
        Transform trn;