Constructs a new
Line through a point with the
specified slope.
Namespace: Extreme.Mathematics.CurvesAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Line(
Point point,
double slope
)
Public Sub New (
point As Point,
slope As Double
)
public:
Line(
Point point,
double slope
)
new :
point : Point *
slope : float -> Line
Parameters
- point
- Type: Extreme.Mathematics.CurvesPoint
A Point structure. - slope
- Type: SystemDouble
The slope of the line.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference