C# Class ColladaXna.Base.Geometry.VertexKey

Vertex key to identify an unique vertex by the combination of its used position, normal, tangent and texture coordinate
Afficher le fichier Open project: Bunkerbewohner/ColladaXna Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether two vertex keys are the same, that is they are both referring to the exact same vertex through their indices.

GetHashCode ( ) : int
VertexKey ( List vertexChannels, int superIndex ) : System

Method Details

Equals() public méthode

Determines whether two vertex keys are the same, that is they are both referring to the exact same vertex through their indices.
public Equals ( object obj ) : bool
obj object Another vertex key
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

VertexKey() public méthode

public VertexKey ( List vertexChannels, int superIndex ) : System
vertexChannels List
superIndex int
Résultat System