C# Class Reign.Video.Abstraction.SoftwareTriangle

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Properties

Property Type Description
Edges Reign.Video.Abstraction.SoftwareEdge[]
Index int
Verticies Reign.Video.Abstraction.SoftwareVertex[]

Public Methods

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

Method Details

SoftwareTriangle() public method

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

Property Details

Edges public property

public SoftwareEdge[],Reign.Video.Abstraction Edges
return Reign.Video.Abstraction.SoftwareEdge[]

Index public property

public int Index
return int

Verticies public property

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