Click or drag to resize

GeometryHandlerGetCorners Method

[Missing <summary> documentation for "M:BrydenWoodUnity.GeometryManipulation.GeometryHandler.GetCorners(System.Collections.Generic.List{UnityEngine.Vector3})"]

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static List<Vector3> GetCorners(
	List<Vector3> vertices
)

Parameters

vertices
Type: System.Collections.GenericListVector3

[Missing <param name="vertices"/> documentation for "M:BrydenWoodUnity.GeometryManipulation.GeometryHandler.GetCorners(System.Collections.Generic.List{UnityEngine.Vector3})"]

Return Value

Type: ListVector3

[Missing <returns> documentation for "M:BrydenWoodUnity.GeometryManipulation.GeometryHandler.GetCorners(System.Collections.Generic.List{UnityEngine.Vector3})"]

See Also