none
This commit is contained in:
parent
4cd26f6b62
commit
bb6ca71c78
@ -780,7 +780,7 @@ namespace FlightRouteV2
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="vecs">Vector3 点的列表。</param>
|
/// <param name="vecs">Vector3 点的列表。</param>
|
||||||
/// <returns>组成最大平面的点的索引。</returns>
|
/// <returns>组成最大平面的点的索引。</returns>
|
||||||
public static List<int> FindMaxPlaneIndices(Vector3[] vecs)
|
private static List<int> FindMaxPlaneIndices(Vector3[] vecs)
|
||||||
{
|
{
|
||||||
int maxPointsOnPlane = 0;
|
int maxPointsOnPlane = 0;
|
||||||
List<int> maxPointsIndices = new List<int>(); //记录返回值
|
List<int> maxPointsIndices = new List<int>(); //记录返回值
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user