Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<Vertex> Vertices(AtEdges)

Declaration

public IEnumerable<Vertex> Vertices(
    AtEdges atEdges = AtEdges.None
)

Summary

Returns the vertices along the perimeter of this Snubquad, going clockwise from the top (square or up-pointing tri) or top-left (down-pointing tri).

Parameters

AtEdgesatEdges If specified, renders some of the edges of the Snubquad in such a way that they join up to form a larger rectangle. For example, if AtEdges.Top is specified, this Snubquad is assumed to be at the top edge of the larger rectangle.