Ejemplo n.º 1
0
 public StraightLineEquation(float x, float y, Vector2f p2)
     : this(x, y, p2.X, p2.Y)
 {
 }
Ejemplo n.º 2
0
 public StraightLineEquation(Vector2f p1, float x, float y)
     : this(p1.X, p1.Y, x, y)
 {
 }