Class Edge
- Assembly
- Alis.dll
The edge class
internal class EdgeInheritance
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 AboveField Value
B
The
public float BField Value
Below
The below
public Trapezoid BelowField Value
MPoints
The points
public HashSet<Point> MPointsField Value
P
The
public Point PField Value
Q
The
public Point QField Value
Slope
The slope
public float SlopeField Value
Methods
AddMpoint(Point)
Adds the mpoint using the specified point
public void AddMpoint(Point point)Parameters
pointPoint-
The point
IsAbove(Point)
Describes whether this instance is above
public bool IsAbove(Point point)Parameters
pointPoint-
The point
Returns
- bool
-
The bool
IsBelow(Point)
Describes whether this instance is below
public bool IsBelow(Point point)Parameters
pointPoint-
The point
Returns
- bool
-
The bool