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