C# Class Axiom.Graphics.EdgeData.EdgeGroup

A group of edges sharing the same vertex data.
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
edges EdgeList
vertexData VertexData
vertexSet int

Property Details

edges public_oe property

The edges themselves.
public EdgeList edges
return EdgeList

vertexData public_oe property

Reference to vertex data used by this edge group.
public VertexData,Axiom.Graphics vertexData
return VertexData

vertexSet public_oe property

The vertex set index that contains the vertices for this edge group.
public int vertexSet
return int