883 changeProperty(this, &m_coords[i], vert); |
883 changeProperty(this, &m_coords[i], vert); |
884 } |
884 } |
885 |
885 |
886 LDMatrixObject::LDMatrixObject(LDDocument* document) : |
886 LDMatrixObject::LDMatrixObject(LDDocument* document) : |
887 LDObject(document), |
887 LDObject(document), |
888 m_position(Origin) {} |
888 m_position(Vertex {}) {} |
889 |
889 |
890 LDMatrixObject::LDMatrixObject(const Matrix& transform, const Vertex& pos, LDDocument* document) : |
890 LDMatrixObject::LDMatrixObject(const Matrix& transform, const Vertex& pos, LDDocument* document) : |
891 LDObject(document), |
891 LDObject(document), |
892 m_position(pos), |
892 m_position(pos), |
893 m_transform(transform) {} |
893 m_transform(transform) {} |