17 строки
175 B
C#
17 строки
175 B
C#
|
// ******** experimental ********
|
||
|
/*
|
||
|
using System;
|
||
|
|
||
|
namespace NPlot
|
||
|
{
|
||
|
|
||
|
/// <summary>
|
||
|
/// TODO.
|
||
|
/// </summary>
|
||
|
public interface IPlotSurface3D
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
*/
|