More code reorganization (3)
git-svn-id: https://triangle.svn.codeplex.com/svn@75023 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
namespace MeshExplorer.Generators
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using TriangleNet.Geometry;
|
||||
|
||||
/// <summary>
|
||||
@@ -53,7 +50,7 @@ namespace MeshExplorer.Generators
|
||||
return num.ToString();
|
||||
}
|
||||
|
||||
public abstract InputGeometry Generate(double param0, double param1, double param2);
|
||||
public abstract IPolygon Generate(double param0, double param1, double param2);
|
||||
|
||||
protected int GetParamValueInt(int paramIndex, double paramOffset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user