Edge Struct

Definition

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.

Applies to