12 lines
143 B
C#
12 lines
143 B
C#
namespace MantisLOD
|
|
{
|
|
internal class My_Half_edge_index
|
|
{
|
|
public My_Half_edge edge;
|
|
|
|
public int index_from;
|
|
|
|
public int index_to;
|
|
}
|
|
}
|