Edge Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Edge structure defines the points of a line segment that are used to construct a polygonal boundary.
public value class Edge
public struct Edge
type Edge = struct
Public Structure Edge
- Inheritance
-
Edge
Constructors
| Edge(Vector2, Vector2) |
Initializes the Edge structure. |
| Edge(Vector3, Vector3) |
Initializes the Edge structure. |
Fields
| PointA |
The first point of the edge line segment. |
| PointB |
The second point of the edge line segment. |