コード例 #1
0
ファイル: gp_Lin.cs プロジェクト: Oblikovati/CascadeSharp
 public double Distance(gp_Lin Other)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: gp_Lin.cs プロジェクト: Oblikovati/CascadeSharp
 public double Angle(gp_Lin Other)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool Contains(gp_Lin L, double LinearTolerance, double AngularTolerance)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: gp_Lin.cs プロジェクト: Oblikovati/CascadeSharp
 public gp_Lin(gp_Lin parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public double SquareDistance(gp_Lin L)
 {
     throw new NotImplementedException();
 }