C# Class SharpNav.PolyMesh.AdjacencyEdge

Two adjacent vertices form an edge.
Show file Open project: Robmaister/SharpNav

Public Properties

Property Type Description
Poly0 int
Poly1 int
PolyEdge0 int
PolyEdge1 int
Vert0 int
Vert1 int

Property Details

Poly0 public property

public int Poly0
return int

Poly1 public property

public int Poly1
return int

PolyEdge0 public property

public int PolyEdge0
return int

PolyEdge1 public property

public int PolyEdge1
return int

Vert0 public property

public int Vert0
return int

Vert1 public property

public int Vert1
return int