Example #1
0
 public void WeldVertices(WeldEpsilonsFlags flags, WeldEpsilons epsilons, GraphicsStream adjacencyIn, [Out] GraphicsStream adjacencyOut)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void WeldVertices(WeldEpsilonsFlags flags, WeldEpsilons epsilons, GraphicsStream adjacencyIn, GraphicsStream adjacencyOut, out int[] faceRemap, out GraphicsStream vertexRemap)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void WeldVertices(WeldEpsilonsFlags flags, WeldEpsilons epsilons, int[] adjacencyIn)
 {
     throw new NotImplementedException();
 }