Click or drag to resize

InfiniteLine2 Constructor

Overload List
  NameDescription
Public methodInfiniteLine2(Double, Double)
Initializes a new instance of the InfiniteLine2 class. Create a straight line from its slope and intercept with respect to a cartesian coordinates system.
Public methodInfiniteLine2(Point2, Point2)
Initializes a new instance of the InfiniteLine2 class. Create a straight line from two Point2.
Public methodInfiniteLine2(Double, Double, Double, Double)
Initializes a new instance of the InfiniteLine2 class. Create a straight line from cartesian coordinates of two points.
Top
See Also