Files
2026-06-04 11:42:34 +02:00

12 lines
167 B
C#

using System;
namespace TriangleNet.Smoothing
{
// Token: 0x0200001D RID: 29
public interface ISmoother
{
// Token: 0x06000108 RID: 264
void Smooth();
}
}