12 lines
167 B
C#
12 lines
167 B
C#
using System;
|
|
|
|
namespace TriangleNet.Smoothing
|
|
{
|
|
// Token: 0x0200001D RID: 29
|
|
public interface ISmoother
|
|
{
|
|
// Token: 0x06000108 RID: 264
|
|
void Smooth();
|
|
}
|
|
}
|