C# Class Reign.Video.Abstraction.SoftwareEdge

Mostrar archivo 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_oe property

public int Index
return int

Triangles public_oe property

public List Triangles
return List

Verticies public_oe property

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