<Code Lib>
2025.3 Constructor
Changes 4
C

EdgeEndPoint()

Description:
Constructs an instance of EdgeEndPoint.

public EdgeEndPoint(
	Edge edge,
	int index
)

  • edge
    The Edge.
  • Int32
    index
    Use 0 for the start point, 1 for the end point of an Edge.

Loading…