コード例 #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();
 }