Click or drag to resize

PolygonGetVectors Method

Returns the Vectors of the vertices

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

Return Value

Type: ListVector3
A List of Vectors
See Also