Пример #1
0
 public virtual IEnumerable <GlPointR2> getIntersection(GlLineR2 L)
 {
     throw new System.NotImplementedException();
 }
Пример #2
0
 public static bool Equals(GlLineR2 P1, GlLineR2 P2)
 {
     throw new System.NotImplementedException();
 }
Пример #3
0
 public abstract IEnumerable <GlPointR2> getIntersection(GlLineR2 L);
Пример #4
0
 public GlLineR2(GlLineR2 copyLine)
 {
 }