Class Edge
- Assembly
- Alis.dll
The edge class
internal class Edge
Inheritance
Inherited Members
Constructors
Edge(Point, Point)
Initializes a new instance of the Alis.Core.Physic.Common.Decomposition.Seidel.Edge class
public Edge(Point p, Point q)
Parameters
Fields
Above
The above
public Trapezoid Above
Field Value
B
The
public float B
Field Value
Below
The below
public Trapezoid Below
Field Value
MPoints
The points
public HashSet<Point> MPoints
Field Value
P
The
public Point P
Field Value
Q
The
public Point Q
Field Value
Slope
The slope
public float Slope
Field Value
Methods
AddMpoint(Point)
Adds the mpoint using the specified point
public void AddMpoint(Point point)
Parameters
point
Point-
The point
IsAbove(Point)
Describes whether this instance is above
public bool IsAbove(Point point)
Parameters
point
Point-
The point
Returns
- bool
-
The bool
IsBelow(Point)
Describes whether this instance is below
public bool IsBelow(Point point)
Parameters
point
Point-
The point
Returns
- bool
-
The bool