C# Class Reign.Video.Abstraction.SoftwareTriangle

Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Свойство Type Description
Edges Reign.Video.Abstraction.SoftwareEdge[]
Index int
Verticies Reign.Video.Abstraction.SoftwareVertex[]

Méthodes publiques

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

Method Details

SoftwareTriangle() public méthode

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

Property Details

Edges public_oe property

public SoftwareEdge[],Reign.Video.Abstraction Edges
Résultat Reign.Video.Abstraction.SoftwareEdge[]

Index public_oe property

public int Index
Résultat int

Verticies public_oe property

public SoftwareVertex[],Reign.Video.Abstraction Verticies
Résultat Reign.Video.Abstraction.SoftwareVertex[]