コード例 #1
0
ファイル: GlHyperbola.cs プロジェクト: Cesar18102/GeometryDLL
 public virtual IEnumerable <GlPointR2> getIntersection(GlLineR2 L)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
ファイル: GlLineR2.cs プロジェクト: Cesar18102/GeometryDLL
 public static bool Equals(GlLineR2 P1, GlLineR2 P2)
 {
     throw new System.NotImplementedException();
 }
コード例 #3
0
 public abstract IEnumerable <GlPointR2> getIntersection(GlLineR2 L);
コード例 #4
0
ファイル: GlLineR2.cs プロジェクト: Cesar18102/GeometryDLL
 public GlLineR2(GlLineR2 copyLine)
 {
 }