예제 #1
0
파일: Sphere.cs 프로젝트: xdedzl/XFramework
 public SR R(MulitLineSegment point)
 {
     throw new System.NotImplementedException();
 }
예제 #2
0
 public SR R(MulitLineSegment l)
 {
     throw new System.Exception();
 }