![]() |
InfiniteLine2 Constructor |
Name | Description | |
---|---|---|
![]() | InfiniteLine2(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.
|
![]() | InfiniteLine2(Point2, Point2) |
Initializes a new instance of the InfiniteLine2 class.
Create a straight line from two Point2.
|
![]() | InfiniteLine2(Double, Double, Double, Double) |
Initializes a new instance of the InfiniteLine2 class.
Create a straight line from cartesian coordinates of two points.
|