Exemplo n.º 1
0
 public virtual IEnumerable <GlPointR2> getIntersection(GlLineR2 L)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 2
0
 public static bool Equals(GlLineR2 P1, GlLineR2 P2)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 3
0
 public abstract IEnumerable <GlPointR2> getIntersection(GlLineR2 L);
Exemplo n.º 4
0
 public GlLineR2(GlLineR2 copyLine)
 {
 }