Click or drag to resize

InfiniteLine2 Constructor (Double, Double, Double, Double)

Initializes a new instance of the InfiniteLine2 class. Create a straight line from cartesian coordinates of two points.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public InfiniteLine2(
	double x1,
	double y1,
	double x2,
	double y2
)

Parameters

x1
Type: SystemDouble
First point x-coordinate.
y1
Type: SystemDouble
First point y-coordinate.
x2
Type: SystemDouble
Second point x-coordinate.
y2
Type: SystemDouble
Second point y-coordinate.
See Also