Returns a value that indicates whether a line passes between two
points.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function PassesBetween ( _ point1 As Point, _ point2 As Point _ ) As Boolean |
| C# |
|---|
public bool PassesBetween ( Point point1, Point point2 ) |
| C++ |
|---|
public: bool PassesBetween ( Point point1, Point point2 ) |
Parameters
- point1 (Extreme.Mathematics.Curves.Point)
- A Point structure for the first point.
- point2 (Extreme.Mathematics.Curves.Point)
- A Point structure for the second point.