Exemple #1
0
 public AppMain.NNS_TRS Assign(AppMain.NNS_TRS trs)
 {
     if (this != trs)
     {
         this.Translation = trs.Translation;
         this.Rotation    = trs.Rotation;
         this.Scaling     = trs.Scaling;
     }
     return(this);
 }
Exemple #2
0
 public NNS_TRS(AppMain.NNS_TRS trs)
 {
     this.Translation = trs.Translation;
     this.Rotation    = trs.Rotation;
     this.Scaling     = trs.Scaling;
 }