Exemplo n.º 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);
 }
Exemplo n.º 2
0
 public NNS_TRS(AppMain.NNS_TRS trs)
 {
     this.Translation = trs.Translation;
     this.Rotation    = trs.Rotation;
     this.Scaling     = trs.Scaling;
 }