Esempio n. 1
0
 public void AddChildFrame(ReferenceFrame childFrame, List<HomogeneousTM> Transformation)
 {
     childFrame.parent = this;
     this.childs.Add(childFrame.Name, childFrame);
 }
Esempio n. 2
0
 public AddFrame(String parent, ReferenceFrame newFrame, List<HomogeneousTM> TransformationFromParentToChild)
 {
 }