Getting new Transform Wrapper code to pass tests

This commit is contained in:
Lars Brubaker 2019-01-02 09:48:21 -08:00
parent e713d9cdd6
commit 75ae7313ad
2 changed files with 24 additions and 24 deletions

View file

@ -51,6 +51,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
: this()
{
WrapItem(itemToTranslate);
Matrix = Matrix4X4.CreateTranslation(translation);
}
public override bool CanFlatten => true;