C# Class Reign.Video.Abstraction.SoftwareEdge

Show file Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
Index int
Triangles List
Verticies Reign.Video.Abstraction.SoftwareVertex[]

Public Methods

Method Description
SoftwareEdge ( int index, SoftwareVertex vertex1, SoftwareVertex vertex2 ) : System.Collections.Generic

Method Details

SoftwareEdge() public method

public SoftwareEdge ( int index, SoftwareVertex vertex1, SoftwareVertex vertex2 ) : System.Collections.Generic
index int
vertex1 SoftwareVertex
vertex2 SoftwareVertex
return System.Collections.Generic

Property Details

Index public property

public int Index
return int

Triangles public property

public List Triangles
return List

Verticies public property

public SoftwareVertex[],Reign.Video.Abstraction Verticies
return Reign.Video.Abstraction.SoftwareVertex[]