App
LinearTransformationToolActionData.java
Go to the documentation of this file.
1 package mhr.appcore.tools.actiondata;
2 
3 import mhr.appcore.tools.actiondata.CancelableToolActionData.Action;
4 import mhr.appcore.transform.TM;
5 
10 
11 
12  public TM m;
13 
15  super(action);
16  this.m = m;
17  }
18 
19 }