Click or drag to resize

PolygonVertexFindClosestVertex Method (ListPolygonVertex, ListPolygonVertex)

[Missing <summary> documentation for "M:BrydenWoodUnity.GeometryManipulation.PolygonVertex.FindClosestVertex(System.Collections.Generic.List{BrydenWoodUnity.GeometryManipulation.PolygonVertex},System.Collections.Generic.List{BrydenWoodUnity.GeometryManipulation.PolygonVertex}@)"]

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public PolygonVertex FindClosestVertex(
	List<PolygonVertex> vertices,
	out List<PolygonVertex> secondary
)

Parameters

vertices
Type: System.Collections.GenericListPolygonVertex

[Missing <param name="vertices"/> documentation for "M:BrydenWoodUnity.GeometryManipulation.PolygonVertex.FindClosestVertex(System.Collections.Generic.List{BrydenWoodUnity.GeometryManipulation.PolygonVertex},System.Collections.Generic.List{BrydenWoodUnity.GeometryManipulation.PolygonVertex}@)"]

secondary
Type: System.Collections.GenericListPolygonVertex

[Missing <param name="secondary"/> documentation for "M:BrydenWoodUnity.GeometryManipulation.PolygonVertex.FindClosestVertex(System.Collections.Generic.List{BrydenWoodUnity.GeometryManipulation.PolygonVertex},System.Collections.Generic.List{BrydenWoodUnity.GeometryManipulation.PolygonVertex}@)"]

Return Value

Type: PolygonVertex

[Missing <returns> documentation for "M:BrydenWoodUnity.GeometryManipulation.PolygonVertex.FindClosestVertex(System.Collections.Generic.List{BrydenWoodUnity.GeometryManipulation.PolygonVertex},System.Collections.Generic.List{BrydenWoodUnity.GeometryManipulation.PolygonVertex}@)"]

See Also