C# Class SharpNav.PolyMesh.AdjacencyEdge

Two adjacent vertices form an edge.
Exibir arquivo 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_oe property

public int Poly0
return int

Poly1 public_oe property

public int Poly1
return int

PolyEdge0 public_oe property

public int PolyEdge0
return int

PolyEdge1 public_oe property

public int PolyEdge1
return int

Vert0 public_oe property

public int Vert0
return int

Vert1 public_oe property

public int Vert1
return int