<Code Lib>
2021 Constructor
Changes 0
C

VertexPair()

Description:
Constructs a new VertexPair from a pair of indices in the curve loops.

public VertexPair(
	int firstVertexIdx,
	int secondVertexIdx
)

  • Int32
    firstVertexIdx
  • Int32
    secondVertexIdx

Loading…