Returns a
Point that is the intersection
of two
Line curves.
Namespace: Extreme.Mathematics.CurvesAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Point FromIntersection(
Line line1,
Line line2
)
Public Shared Function FromIntersection (
line1 As Line,
line2 As Line
) As Point
public:
static Point FromIntersection(
Line^ line1,
Line^ line2
)
static member FromIntersection :
line1 : Line *
line2 : Line -> Point
Parameters
- line1
- Type: Extreme.Mathematics.CurvesLine
The first Line. - line2
- Type: Extreme.Mathematics.CurvesLine
The second Line.
Return Value
Type:
PointA
Point structure that contains
the co-ordinates of the point where the lines
intersect each other.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference